mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
collection: Change default='no's and 'yes's to default=False and default=True (#556)
* Change default={'no','yes'} to default={False,True}
* Add changelog
* Remove changelog
This commit is contained in:
@@ -409,7 +409,7 @@ def main():
|
||||
gs_access_key=dict(required=True),
|
||||
overwrite=dict(default=True, type='bool', aliases=['force']),
|
||||
region=dict(default='US', type='str'),
|
||||
versioning=dict(default='no', type='bool')
|
||||
versioning=dict(default=False, type='bool')
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user