From 0f0326b61666b0b2807c3cca62113fb4bccc66c6 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 28 Jan 2023 16:22:05 +0100 Subject: [PATCH] applying tags on includes --- tasks/debian/web.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/debian/web.yml b/tasks/debian/web.yml index 28f2264..b98afd0 100644 --- a/tasks/debian/web.yml +++ b/tasks/debian/web.yml @@ -12,6 +12,9 @@ zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}" no_log: true tags: [config, certs] + args: + apply: + tags: [config, certs] - name: ZoneMinder | Debian | Webserver | Adding apache app-config ansible.builtin.template: