mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-22 18:14:16 +00:00
reformat yaml
This commit is contained in:
parent
65d61e3621
commit
d76e63b58b
1 changed files with 10 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Install chrony
|
||||
pacman: name=chrony state=present
|
||||
pacman:
|
||||
name: chrony
|
||||
state: present
|
||||
|
||||
- name: Install chrony networkmanager dispatcher
|
||||
kewlfft.aur.aur:
|
||||
|
|
@ -12,9 +14,14 @@
|
|||
- networkmanager
|
||||
|
||||
- name: Push chrony configuration file
|
||||
copy: src=chrony.conf dest=/etc/chrony.conf
|
||||
copy:
|
||||
src: chrony.conf
|
||||
dest: /etc/chrony.conf
|
||||
notify:
|
||||
- restart chrony
|
||||
|
||||
- name: Enable and start chrony
|
||||
service: name=chronyd.service enabled=yes state=started
|
||||
service:
|
||||
name: chronyd.service
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue