mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +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
|
- name: Install chrony
|
||||||
pacman: name=chrony state=present
|
pacman:
|
||||||
|
name: chrony
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install chrony networkmanager dispatcher
|
- name: Install chrony networkmanager dispatcher
|
||||||
kewlfft.aur.aur:
|
kewlfft.aur.aur:
|
||||||
|
|
@ -12,9 +14,14 @@
|
||||||
- networkmanager
|
- networkmanager
|
||||||
|
|
||||||
- name: Push chrony configuration file
|
- name: Push chrony configuration file
|
||||||
copy: src=chrony.conf dest=/etc/chrony.conf
|
copy:
|
||||||
|
src: chrony.conf
|
||||||
|
dest: /etc/chrony.conf
|
||||||
notify:
|
notify:
|
||||||
- restart chrony
|
- restart chrony
|
||||||
|
|
||||||
- name: Enable and start 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