Fix references to CoreOS and Container Linux by CoreOS

Fixes #967
This commit is contained in:
Matthew Mosesohn
2017-02-16 19:25:03 +03:00
parent e89056a614
commit 80c0e747a7
4 changed files with 5 additions and 5 deletions

View File

@@ -92,4 +92,4 @@
networking
{%- endif %}
state: restarted
when: ansible_os_family != "CoreOS"
when: ansible_os_family not in ["CoreOS", "Container Linux by CoreOS"]