Skip to content
Snippets Groups Projects
Commit 55ba81fe authored by Vijay Katam's avatar Vijay Katam
Browse files

Add changed_when: false to rpm query

parent 7ad55231
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
command: rpm -q --qf '%{V}\n' systemd
register: systemd_version
when: ansible_os_family == "RedHat" and not is_atomic
changed_when: false
- name: Write docker.service systemd file
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment