diff --git a/ansible/convention.yaml b/ansible/convention.yaml index 8c2cb32..a382d78 100644 --- a/ansible/convention.yaml +++ b/ansible/convention.yaml @@ -33,7 +33,6 @@ tags: - "always" - "init" - - "upgrade" - - "update" + - "[service_name]" # when: "'tags' is not in ansible_run_tags" diff --git a/ansible/playbooks/app/site.yaml b/ansible/playbooks/app/site.yaml index 2641c48..b0c3163 100644 --- a/ansible/playbooks/app/site.yaml +++ b/ansible/playbooks/app/site.yaml @@ -142,8 +142,8 @@ name: "common" tasks_from: "services/set_alloy" apply: - tags: ["init", "update", "alloy"] - tags: ["init", "update", "alloy"] + tags: ["init", "alloy"] + tags: ["init", "alloy"] - name: Set kopia ansible.builtin.include_role: diff --git a/ansible/playbooks/fw/site.yaml b/ansible/playbooks/fw/site.yaml index f326b50..d511bc6 100644 --- a/ansible/playbooks/fw/site.yaml +++ b/ansible/playbooks/fw/site.yaml @@ -162,8 +162,8 @@ name: "fw" tasks_from: "services/set_bind" apply: - tags: ["init", "update", "bind"] - tags: ["init", "update", "bind"] + tags: ["init", "bind"] + tags: ["init", "bind"] - name: Set blocky ansible.builtin.include_role: