ceph-ansible/roles/ceph-docker-common/tasks/checks/check_ntp_atomic.yml

10 lines
178 B
YAML
Raw Normal View History

---
- name: check ntp installation on atomic
command: rpm -q chrony
args:
warn: no
register: ntp_pkg_query
ignore_errors: true
check_mode: no
changed_when: false