common: minor updates

This commit is contained in:
Markus 2024-11-20 18:16:06 +01:00
parent 3fa13d41c2
commit 92000b5fbe
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- less
- rsync
- vim-nox
- wget
- zsh
- name: Configure misc software

View File

@ -6,3 +6,6 @@
- name: Configure chrony
template: src=chrony.conf.j2 dest=/etc/chrony/chrony.conf
notify: Restart chrony
- name: Start chrony
service: name=chrony state=started enabled=yes