6 lines
108 B
YAML
6 lines
108 B
YAML
|
---
|
||
|
- name: Remove application deploy.d folder
|
||
|
file:
|
||
|
path: "{{ app_config_root }}"
|
||
|
state: absent
|