Merge "Fix chrony daemon name for rh derivatives"

This commit is contained in:
Jenkins 2016-07-20 19:01:14 +00:00 committed by Gerrit Code Review
commit c9d21ace1f
3 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,7 @@
- name: V-38620 - Synchronize system clock (enable chrony)
service:
name: chrony
name: "{{ chrony_service }}"
state: started
enabled: yes
when: not check_mode

View File

@ -30,3 +30,4 @@ ypserv_pkg: ypserv
# Service names
cron_service: crond
ssh_service: sshd
chrony_service: chronyd

View File

@ -33,3 +33,4 @@ ypserv_pkg: nis
# Service name
cron_service: cron
ssh_service: ssh
chrony_service: chrony