Browse Source

No need to install rkt on CoreOS

pull/2926/head
neith00 7 years ago
parent
commit
a643f72d93
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/rkt/tasks/main.yml

1
roles/rkt/tasks/main.yml

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