mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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")
|
state = module.params.get("state")
|
||||||
|
|
||||||
if state == 'present':
|
if state == 'present':
|
||||||
create_or_update_bucket(connection, module, location)
|
create_or_update_bucket(connection, module, location, flavour=flavour)
|
||||||
elif state == 'absent':
|
elif state == 'absent':
|
||||||
destroy_bucket(connection, module, flavour=flavour)
|
destroy_bucket(connection, module, flavour=flavour)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user