diff options
author | Matt Woodson <mwoodson@redhat.com> | 2016-01-18 15:21:04 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2016-01-18 15:21:04 -0500 |
commit | 9802775b6642d4257b4b2cd9a4e27a4a86bf01d8 (patch) | |
tree | 2210ac2067f89facccc218c45f4cd57fba36f359 /roles/chrony/handlers/main.yml | |
parent | 965c614859a0318c956b4a9ab312c7c856facaa1 (diff) | |
download | openshift-9802775b6642d4257b4b2cd9a4e27a4a86bf01d8.tar.gz openshift-9802775b6642d4257b4b2cd9a4e27a4a86bf01d8.tar.bz2 openshift-9802775b6642d4257b4b2cd9a4e27a4a86bf01d8.tar.xz openshift-9802775b6642d4257b4b2cd9a4e27a4a86bf01d8.zip |
added chrony
Diffstat (limited to 'roles/chrony/handlers/main.yml')
-rw-r--r-- | roles/chrony/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/chrony/handlers/main.yml b/roles/chrony/handlers/main.yml new file mode 100644 index 000000000..1973c79e2 --- /dev/null +++ b/roles/chrony/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: Restart chronyd + service: + name: chronyd + state: restarted |