mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
Merge pull request #2 from sergevanginderachter/dagwieers/lineinfile-create
Fix typo
This commit is contained in:
@@ -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),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user