mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
sync hw clock to system
This commit is contained in:
parent
29a445da4e
commit
048cbb8b6c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Syncing clocks
|
||||||
|
shell: "hwclock --hctosys"
|
||||||
|
|
||||||
- name: Install recommended packages
|
- name: Install recommended packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue