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

Specify default (#34186)

This commit is contained in:
John R Barker 2017-12-22 09:58:55 +00:00 committed by ansibot
parent d6fd9703f1
commit cd8632dd7f

View file

@ -45,7 +45,9 @@ options:
required: true
operational:
description: >
Controls wheter or not operational data is included in the result.
Controls whether or not operational data is included in the result.
type: bool
default: false
version_added: "2.5"
'''