1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Set required=false for answer_file in svr4pkg docstrings

This commit is contained in:
James Tanner 2013-11-13 20:04:54 -05:00
parent 065f1edc89
commit 8e41480059

View file

@ -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 = '''