0.1.1-DEV-20200430-003350

--------------------------
    * ADD:
      - add exceptions for service name if dist == Debian
This commit is contained in:
2020-04-30 00:34:02 -04:00
parent ca675d8829
commit 4b842d6fce
3 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,6 @@
# handlers file for zen_ntp
- name: restart ntpd
service:
name : ntpd
name : "{{ ntp_service }}"
state: restarted
when: ansible_virtualization_type != "docker"