From 62d05ec3ca8eb4f076f31a42a0cfdecb3aaaa94c Mon Sep 17 00:00:00 2001 From: il Date: Fri, 15 May 2026 10:13:36 +0900 Subject: [PATCH] refactor(playbook): update existing 'site' tag to convention --- ansible/convention.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/convention.yaml b/ansible/convention.yaml index a382d78..5fac38d 100644 --- a/ansible/convention.yaml +++ b/ansible/convention.yaml @@ -33,6 +33,6 @@ tags: - "always" - "init" + - "site" - "[service_name]" - # when: "'tags' is not in ansible_run_tags"