feat: try removing the never tag
This commit is contained in:
parent
f7e85c4d14
commit
b87cc03f2d
2 changed files with 2 additions and 9 deletions
|
|
@ -2,14 +2,10 @@
|
|||
|
||||
# install updates
|
||||
- name: "install updates"
|
||||
tags:
|
||||
- "update"
|
||||
- "never"
|
||||
tags: "update"
|
||||
ansible.builtin.include_tasks: "update.yaml"
|
||||
|
||||
# initiate reboot
|
||||
- name: "initiate rboot"
|
||||
tags:
|
||||
- "reboot"
|
||||
- "never"
|
||||
tags: "reboot"
|
||||
ansible.builtin.include_tasks: "reboot.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue