From fd574c069e36ad17a781acb658026e61c903354d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 20 Oct 2017 09:59:23 -0400 Subject: [PATCH] remove fixme from docs --- lib/ansible/plugins/lookup/hiera.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/plugins/lookup/hiera.py b/lib/ansible/plugins/lookup/hiera.py index a35de48163..8de81b68da 100644 --- a/lib/ansible/plugins/lookup/hiera.py +++ b/lib/ansible/plugins/lookup/hiera.py @@ -33,8 +33,7 @@ DOCUMENTATION = ''' default: '/etc/hiera.yaml' env: - name: ANSIBLE_HIERA_CFG - FIXME: - description: incomplete options .. _terms? environment/fqdn? ANSIBLE_HIERA_CFG, ANSIBLE_HIERA_BIN +# FIXME: incomplete options .. _terms? environment/fqdn? ''' EXAMPLES = """