feat: restore tags

This commit is contained in:
Simon Cornet 2025-11-01 21:15:17 +01:00
commit 5b5b01d50c
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,9 @@
# reboot the system # reboot the system
- name: "reboot the system" - name: "reboot the system"
tags:
- "reboot"
- "never"
ansible.builtin.reboot: ansible.builtin.reboot:
msg: "Reboot initiated by Ansible" msg: "Reboot initiated by Ansible"
reboot_timeout: 120 reboot_timeout: 120

View file

@ -2,6 +2,9 @@
# install updates # install updates
- name: "install updates" - name: "install updates"
tags:
- "update"
- "never"
block: block:
# install updates - alpine # install updates - alpine