Add Raspberry Pi support.

This commit is contained in:
Marco Ochse
2023-07-06 17:44:57 +02:00
parent 338ebcef80
commit 94445800de
3 changed files with 19 additions and 3 deletions

View File

@ -106,6 +106,7 @@
- name: Syncing clocks (All)
shell: "hwclock --hctosys"
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Rocky", "Ubuntu"]
ignore_errors: true
tags:
- "AlmaLinux"
- "Debian"