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

7 lines
140 B
YAML

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