mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
(cherry picked from commit 1b480e9f37
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5657889b28
commit
f3a2750205
17 changed files with 50 additions and 50 deletions
|
@ -40,7 +40,7 @@ options:
|
|||
- can get the original file back if you somehow clobbered it incorrectly.
|
||||
type: bool
|
||||
required: false
|
||||
default: no
|
||||
default: false
|
||||
requirements: [ ]
|
||||
author: Anders Ingemann (@andsens)
|
||||
'''
|
||||
|
@ -133,7 +133,7 @@ def main():
|
|||
arg_spec = {'name': {'type': 'str', 'required': True},
|
||||
'path': {'type': 'str', 'default': '/etc/sensu/conf.d/subscriptions.json'},
|
||||
'state': {'type': 'str', 'default': 'present', 'choices': ['present', 'absent']},
|
||||
'backup': {'type': 'bool', 'default': 'no'},
|
||||
'backup': {'type': 'bool', 'default': False},
|
||||
}
|
||||
|
||||
module = AnsibleModule(argument_spec=arg_spec,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue