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
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue