Ansible - non-updatable resources should be deleted/created (#231)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2019-04-15 13:27:50 -07:00 committed by Alex Stephen
commit 8b2a915a09
11 changed files with 22 additions and 11 deletions

View file

@ -262,7 +262,8 @@ def create(module, link, kind):
def update(module, link, kind):
module.fail_json(msg="Address cannot be edited")
delete(module, self_link(module), kind)
create(module, collection(module), kind)
def delete(module, link, kind):