Refresh clock on the minute instead of every 10 seconds.

This commit is contained in:
Tom Alexander
2024-05-07 08:52:34 -04:00
parent a2bdb93d5e
commit 5fa7f918a1
8 changed files with 89 additions and 170 deletions

View File

@@ -3,3 +3,13 @@
# name:
# - foo
# state: present
- name: Install loader.conf
copy:
src: "files/{{ item }}_loader.conf"
dest: "/boot/loader.conf.d/{{ item }}.conf"
mode: 0644
owner: root
group: wheel
loop:
- power_off_no_driver