Skip to content
Snippets Groups Projects
Unverified Commit 7fd87b95 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3368 from woopstar/fedora_fix_1

Fix CI issue (Fedora task introduce new lookup plugin)
parents e3d562bc 442e6e55
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,8 @@ ...@@ -10,9 +10,8 @@
tags: facts tags: facts
- name: Install python on fedora - name: Install python on fedora
raw: "dnf install --assumeyes --quiet {{ item['item'] }}" raw: "dnf install --assumeyes --quiet python"
when: item['rc'] != 0 when: "{{ need_bootstrap.results | map(attribute='rc') | sort | last | bool }}"
loop: "{{ need_bootstrap['results'] }}"
- name: Install required python packages - name: Install required python packages
dnf: dnf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment