feat: try removing the never tag

This commit is contained in:
Simon Cornet 2025-10-23 10:21:14 +02:00
commit b87cc03f2d
2 changed files with 2 additions and 9 deletions

View file

@ -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"