Browse Source
Merge pull request #2926 from neith00/coreos_rkt
No need to install rkt on CoreOS
pull/2925/head
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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"] |