No need to install rkt on CoreOS

This commit is contained in:
neith00 2018-06-25 09:38:24 +02:00
parent 73a2a18006
commit a643f72d93

View file

@ -2,3 +2,4 @@
- name: Install rkt
import_tasks: install.yml
when: not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]