feat: play with tags
This commit is contained in:
parent
8f0ab48d3b
commit
fe4b3d2a97
1 changed files with 3 additions and 9 deletions
|
|
@ -9,21 +9,15 @@
|
||||||
|
|
||||||
# force update time
|
# force update time
|
||||||
- name: "force update time using chrony"
|
- name: "force update time using chrony"
|
||||||
tags:
|
tags: "chrony"
|
||||||
- "chrony"
|
|
||||||
- "never"
|
|
||||||
ansible.builtin.include_tasks: "tasks/chrony.yaml"
|
ansible.builtin.include_tasks: "tasks/chrony.yaml"
|
||||||
|
|
||||||
# install updates
|
# install updates
|
||||||
- name: "install updates"
|
- name: "install updates"
|
||||||
tags:
|
tags: "update"
|
||||||
- "update"
|
|
||||||
- "never"
|
|
||||||
ansible.builtin.include_tasks: "tasks/update.yaml"
|
ansible.builtin.include_tasks: "tasks/update.yaml"
|
||||||
|
|
||||||
# initiate reboot
|
# initiate reboot
|
||||||
- name: "initiate reboot"
|
- name: "initiate reboot"
|
||||||
tags:
|
tags: "reboot"
|
||||||
- "reboot"
|
|
||||||
- "never"
|
|
||||||
ansible.builtin.include_tasks: "tasks/reboot.yaml"
|
ansible.builtin.include_tasks: "tasks/reboot.yaml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue