feat: rename all tag to full
This commit is contained in:
parent
7c5d13bfa6
commit
bb139b8076
2 changed files with 4 additions and 4 deletions
|
|
@ -4,19 +4,19 @@
|
|||
- name: "routing"
|
||||
ansible.builtin.import_tasks: "routing.yaml"
|
||||
tags:
|
||||
- "all"
|
||||
- "full"
|
||||
- "routing"
|
||||
|
||||
# firewall
|
||||
- name: "firewall"
|
||||
ansible.builtin.import_tasks: "firewall.yaml"
|
||||
tags:
|
||||
- "all"
|
||||
- "full"
|
||||
- "firewall"
|
||||
|
||||
# performance
|
||||
- name: "performance"
|
||||
ansible.builtin.import_tasks: "performance.yaml"
|
||||
tags:
|
||||
- "all"
|
||||
- "full"
|
||||
- "performance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue