mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
edits to comments in Ansible ntp role
This commit is contained in:
parent
d4a749e296
commit
bac92372df
@ -1,5 +1,5 @@
|
||||
---
|
||||
# ansible/roles/common/handlers/main.yml
|
||||
# ansible/roles/ntp/handlers/main.yml
|
||||
|
||||
- name: restart ntp
|
||||
service: name=ntp state=restarted
|
||||
|
@ -24,3 +24,5 @@
|
||||
- name: Ensure the ntp service is now started and should start on boot (enabled=yes)
|
||||
service: name=ntp state=started enabled=yes
|
||||
become: true
|
||||
|
||||
# All notified handlers are executed now (only once each, and only if notified)
|
||||
|
Loading…
x
Reference in New Issue
Block a user