mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-13 05:52:50 +01:00
7 lines
177 B
YAML
Executable File
7 lines
177 B
YAML
Executable File
|
|
- name: Delete the servers directory on AWX
|
|
delegate_to: 127.0.0.1
|
|
file:
|
|
path: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/'
|
|
state: absent
|