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
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- "always"
|
- "always"
|
||||||
- "init"
|
- "init"
|
||||||
- "upgrade"
|
- "[service_name]"
|
||||||
- "update"
|
|
||||||
|
|
||||||
# when: "'tags' is not in ansible_run_tags"
|
# when: "'tags' is not in ansible_run_tags"
|
||||||
|
|||||||
@@ -142,8 +142,8 @@
|
|||||||
name: "common"
|
name: "common"
|
||||||
tasks_from: "services/set_alloy"
|
tasks_from: "services/set_alloy"
|
||||||
apply:
|
apply:
|
||||||
tags: ["init", "update", "alloy"]
|
tags: ["init", "alloy"]
|
||||||
tags: ["init", "update", "alloy"]
|
tags: ["init", "alloy"]
|
||||||
|
|
||||||
- name: Set kopia
|
- name: Set kopia
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
|
|||||||
@@ -162,8 +162,8 @@
|
|||||||
name: "fw"
|
name: "fw"
|
||||||
tasks_from: "services/set_bind"
|
tasks_from: "services/set_bind"
|
||||||
apply:
|
apply:
|
||||||
tags: ["init", "update", "bind"]
|
tags: ["init", "bind"]
|
||||||
tags: ["init", "update", "bind"]
|
tags: ["init", "bind"]
|
||||||
|
|
||||||
- name: Set blocky
|
- name: Set blocky
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
|
|||||||
Reference in New Issue
Block a user