feat: add force time update to toolbox
This commit is contained in:
parent
704b6f80e6
commit
8f0ab48d3b
3 changed files with 18 additions and 1 deletions
|
|
@ -7,6 +7,13 @@
|
|||
serial: 1
|
||||
tasks:
|
||||
|
||||
# force update time
|
||||
- name: "force update time using chrony"
|
||||
tags:
|
||||
- "chrony"
|
||||
- "never"
|
||||
ansible.builtin.include_tasks: "tasks/chrony.yaml"
|
||||
|
||||
# install updates
|
||||
- name: "install updates"
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue