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")
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue