7 lines
232 B
YAML
7 lines
232 B
YAML
- include_vars: applications.yml
|
|
|
|
- name: Remove resource-deploy lock
|
|
file: name=/var/www/mtinfo3000/{{ item.namespace }}/webroot/resourcesdeployed.lock state=absent
|
|
with_items: '{{ frontend_applications }}'
|
|
when: item.config
|