1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Serge van Ginderachter 2012-10-30 19:43:22 +01:00
parent 1e3dcfce4b
commit 47d882f374

View file

@ -181,7 +181,7 @@ def main():
regexp=dict(required=True),
line=dict(aliases=['value']),
insertafter=dict(default='EOF'),
create=dict(default=false, choices=BOOLEANS),
create=dict(default=False, choices=BOOLEANS),
backup=dict(default=False, choices=BOOLEANS),
),
)