---
- 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