mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Set required=false for answer_file in svr4pkg docstrings
This commit is contained in:
parent
065f1edc89
commit
8e41480059
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ options:
|
||||||
response_file:
|
response_file:
|
||||||
description:
|
description:
|
||||||
- Specifies the location of a response file to be used if package expects input on install. (added in Ansible 1.4)
|
- Specifies the location of a response file to be used if package expects input on install. (added in Ansible 1.4)
|
||||||
|
required: false
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue