Browse Source

Add changed_when: false to rpm query

pull/1514/head
Vijay Katam 7 years ago
parent
commit
55ba81fee5
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/docker/tasks/systemd.yml

1
roles/docker/tasks/systemd.yml

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

Loading…
Cancel
Save