From 24c83029e9843c12718b73dc427d191741b12aca Mon Sep 17 00:00:00 2001 From: il Date: Fri, 15 May 2026 09:04:51 +0900 Subject: [PATCH] refactor(playbook): update convention and remove deprecated tag update notes: - remove tags 'update', 'upgrade' from convention.yaml - remove tags 'update' from playbooks/app/site.yaml --- ansible/convention.yaml | 3 +-- ansible/playbooks/app/site.yaml | 4 ++-- ansible/playbooks/fw/site.yaml | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) 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: