applying tags on includes
This commit is contained in:
parent
d84c0845e8
commit
0f0326b616
|
|
@ -12,6 +12,9 @@
|
||||||
zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}"
|
zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
tags: [config, certs]
|
tags: [config, certs]
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
tags: [config, certs]
|
||||||
|
|
||||||
- name: ZoneMinder | Debian | Webserver | Adding apache app-config
|
- name: ZoneMinder | Debian | Webserver | Adding apache app-config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue