common: minor updates
This commit is contained in:
parent
3fa13d41c2
commit
92000b5fbe
@ -9,6 +9,7 @@
|
|||||||
- less
|
- less
|
||||||
- rsync
|
- rsync
|
||||||
- vim-nox
|
- vim-nox
|
||||||
|
- wget
|
||||||
- zsh
|
- zsh
|
||||||
|
|
||||||
- name: Configure misc software
|
- name: Configure misc software
|
||||||
|
@ -6,3 +6,6 @@
|
|||||||
- name: Configure chrony
|
- name: Configure chrony
|
||||||
template: src=chrony.conf.j2 dest=/etc/chrony/chrony.conf
|
template: src=chrony.conf.j2 dest=/etc/chrony/chrony.conf
|
||||||
notify: Restart chrony
|
notify: Restart chrony
|
||||||
|
|
||||||
|
- name: Start chrony
|
||||||
|
service: name=chrony state=started enabled=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user