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 ba65eec795
commit 0b890aa747

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