File diff 72af31a420be → 49af212543b0
roles/common/tasks/main.yml
Show inline comments
 
@@ -481,7 +481,7 @@
 
      - ntpsec
 
      - ntpsec-ntpdate
 
    state: present
 
  when: ntp_servers | length > 0
 
  when: ntp_pools | length > 0
 

	
 
- name: Deploy NTP configuration
 
  template:
 
@@ -490,7 +490,7 @@
 
    owner: root
 
    group: root
 
    mode: 0644
 
  when: ntp_servers | length > 0
 
  when: ntp_pools | length > 0
 
  notify:
 
    - Restart NTP server