f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Specifying DELETE as atc_method deletes all Tenants #10

Open erjac77 opened 4 years ago

erjac77 commented 4 years ago

ISSUE TYPE

When I use DELETE as atc_method, it deletes all the AS3 Tenants.

It should only delete the Tenants specify in the declaration (or in as3_tenant property).

erjac77 commented 4 years ago

PR #12

focrensh commented 4 years ago

Thanks for the PR. Reviewing/testing today.

focrensh commented 4 years ago

Another way of doing this declaratively would be to specify the Empty Tenants in a POST as well.