mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-09 09:49:09 -07:00
Correct functional typos
This commit is contained in:
parent
4dc09e19ea
commit
bca8bbe7c2
7 changed files with 7 additions and 7 deletions
|
@ -1965,7 +1965,7 @@ def main():
|
|||
privileged=dict(type='bool', default=False),
|
||||
published_ports=dict(type='list', aliases=['ports']),
|
||||
pull=dict(type='bool', default=False),
|
||||
purge_networks=dict(type='bool', deault=False),
|
||||
purge_networks=dict(type='bool', default=False),
|
||||
read_only=dict(type='bool', default=False),
|
||||
recreate=dict(type='bool', default=False),
|
||||
restart=dict(type='bool', default=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue