|
@ -14,6 +14,7 @@ |
|
|
command: rpm -q --qf '%{V}\n' systemd |
|
|
command: rpm -q --qf '%{V}\n' systemd |
|
|
register: systemd_version |
|
|
register: systemd_version |
|
|
when: ansible_os_family == "RedHat" and not is_atomic |
|
|
when: ansible_os_family == "RedHat" and not is_atomic |
|
|
|
|
|
changed_when: false |
|
|
|
|
|
|
|
|
- name: Write docker.service systemd file |
|
|
- name: Write docker.service systemd file |
|
|
template: |
|
|
template: |
|
|