mirror of https://github.com/ceph/ceph-ansible.git
7 lines
140 B
YAML
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
|