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

Add missing Coreos OS family string (#5759)

parent 71c85687
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
service:
name: docker.socket
state: restarted
when: ansible_os_family in ['CoreOS', 'Container Linux by CoreOS', 'Flatcar', 'Flatcar Container Linux by Kinvolk']
when: ansible_os_family in ['Coreos', 'CoreOS', 'Container Linux by CoreOS', 'Flatcar', 'Flatcar Container Linux by Kinvolk']
- name: Docker | reload docker
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment