feat: add more tags

This commit is contained in:
Simon Cornet 2025-10-23 10:27:39 +02:00
commit 122e047497

View file

@ -2,8 +2,10 @@
# install updates
- name: "install updates"
tags: "update"
ansible.builtin.include_tasks: "update.yaml"
# initiate reboot
- name: "initiate reboot"
tags: "reboot"
ansible.builtin.include_tasks: "reboot.yaml"