Merge pull request #2926 from neith00/coreos_rkt
No need to install rkt on CoreOS
This commit is contained in:
commit
3d2ea28c96
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
- name: Install rkt
|
||||
import_tasks: install.yml
|
||||
when: not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
|
||||
|
|
Loading…
Reference in a new issue