feat: move tags around
This commit is contained in:
parent
b87cc03f2d
commit
4edcb29499
3 changed files with 53 additions and 49 deletions
|
|
@ -2,10 +2,8 @@
|
|||
|
||||
# install updates
|
||||
- name: "install updates"
|
||||
tags: "update"
|
||||
ansible.builtin.include_tasks: "update.yaml"
|
||||
|
||||
# initiate reboot
|
||||
- name: "initiate rboot"
|
||||
tags: "reboot"
|
||||
- name: "initiate reboot"
|
||||
ansible.builtin.include_tasks: "reboot.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue