Update ntp atomic plays to use is_atomic variable

Signed-off-by: Ivan Font <ivan.font@redhat.com>
pull/910/head
Ivan Font 2016-07-28 16:43:48 -07:00
parent 8c67689d08
commit ba92eb48e8
2 changed files with 1 additions and 2 deletions

View File

@ -4,4 +4,3 @@
register: ntp_pkg_query
ignore_errors: true
changed_when: false
when: ansible_os_family == 'RedHat'

View File

@ -1,6 +1,6 @@
---
- include: ../checks/check_ntp_atomic.yml
when: ansible_os_family == 'RedHat'
when: is_atomic
- name: start the ntp service
service: