Skip to content
Snippets Groups Projects
Unverified Commit cc5303e1 authored by Danilo Riecken P. de Morais's avatar Danilo Riecken P. de Morais Committed by GitHub
Browse files

Add test for Fedora CoreOS before creating Docker service file (#6940)

parent f6a5948f
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
dest: /etc/systemd/system/docker.service dest: /etc/systemd/system/docker.service
register: docker_service_file register: docker_service_file
notify: restart docker notify: restart docker
when: not ansible_os_family in ["Flatcar Container Linux by Kinvolk"] when:
- not ansible_os_family in ["Flatcar Container Linux by Kinvolk"]
- not is_fedora_coreos
- name: Write docker options systemd drop-in - name: Write docker options systemd drop-in
template: template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment