mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 01:34:51 -03:30
Add changed_when: false to rpm query
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user