mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
8b6d786cff
commit
444b67ca0c
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ def main():
|
|||
state = module.params.get("state")
|
||||
|
||||
if state == 'present':
|
||||
create_or_update_bucket(connection, module, location)
|
||||
create_or_update_bucket(connection, module, location, flavour=flavour)
|
||||
elif state == 'absent':
|
||||
destroy_bucket(connection, module, flavour=flavour)
|
||||
|
||||
|
|
Loading…
Reference in a new issue