Merge pull request #3368 from woopstar/fedora_fix_1

Fix CI issue (Fedora task introduce new lookup plugin)
This commit is contained in:
k8s-ci-robot 2018-09-20 08:16:22 -07:00 committed by GitHub
commit 7fd87b95cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: