mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Fix CI issue with Fedora
This commit is contained in:
parent
1f1a87bd3d
commit
442e6e55b6
@ -10,9 +10,8 @@
|
||||
tags: facts
|
||||
|
||||
- name: Install python on fedora
|
||||
raw: "dnf install --assumeyes --quiet {{ item['item'] }}"
|
||||
when: item['rc'] != 0
|
||||
loop: "{{ need_bootstrap['results'] }}"
|
||||
raw: "dnf install --assumeyes --quiet python"
|
||||
when: "{{ need_bootstrap.results | map(attribute='rc') | sort | last | bool }}"
|
||||
|
||||
- name: Install required python packages
|
||||
dnf:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user