Skip to content
Snippets Groups Projects
Commit 442e6e55 authored by Andreas Kruger's avatar Andreas Kruger
Browse files

Fix CI issue with Fedora

parent 1f1a87bd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment