3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-06 16:10:26 +00:00

move delete-subscription to deploy

This commit is contained in:
Michael Collins
2021-08-18 21:07:44 +08:00
parent d93b2109f4
commit 517ecbf0d1
5 changed files with 406 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
- name: Delete the servers directory on AWX
file:
path: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/'
state: absent