feat: move tag logic to playbook file
This commit is contained in:
parent
23c72d19c0
commit
982497467a
4 changed files with 13 additions and 25 deletions
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
# reboot the system
|
||||
- name: "reboot the system"
|
||||
tags:
|
||||
- "update"
|
||||
- "never"
|
||||
ansible.builtin.reboot:
|
||||
msg: "Reboot initiated by Ansible"
|
||||
reboot_timeout: 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue