feat: restore tags
This commit is contained in:
parent
982497467a
commit
5b5b01d50c
2 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
# reboot the system
|
||||
- name: "reboot the system"
|
||||
tags:
|
||||
- "reboot"
|
||||
- "never"
|
||||
ansible.builtin.reboot:
|
||||
msg: "Reboot initiated by Ansible"
|
||||
reboot_timeout: 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue