mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changed note describing this functionality was added in 1.4 to match what I have seen in other modules
This commit is contained in:
parent
1b0addeac9
commit
d58f5a23ae
1 changed files with 1 additions and 2 deletions
|
@ -54,9 +54,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- HTTP[s] proxy to be used if C(src) is a URL.
|
- HTTP[s] proxy to be used if C(src) is a URL.
|
||||||
response_file:
|
response_file:
|
||||||
version_added: "1.4"
|
|
||||||
description:
|
description:
|
||||||
- Specifies the location of a response file to be used if package expects input on install.
|
- Specifies the location of a response file to be used if package expects input on install. (added in Ansible 1.4)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue