mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
This commit is contained in:
committed by
Sloane Hertel
parent
8b6d786cff
commit
444b67ca0c
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user