Fix env lookup plugin docs (#34235)

The env lookup plugin docs mistakenly mentioned dns TXT records,
and that it requires a DNS resolver library.
pull/34237/head
Elad Alfassa 7 years ago committed by ansibot
parent 6a6f5129a9
commit 1c157a8cf1

@ -9,8 +9,6 @@ DOCUMENTATION = """
author: Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
version_added: "0.9"
short_description: read the value of environment variables
requirements:
- dns/dns.resolver (python library)
description:
- Allows you to query the environment variables available on the controller when you invoked Ansible.
options:
@ -26,7 +24,7 @@ EXAMPLES = """
RETURN = """
_list:
description:
- values returned by the DNS TXT record.
- values from the environment variables.
type: list
"""
import os

Loading…
Cancel
Save