mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 07:17:45 -02:30
Fix tasks to avoid ansible warning about raw module environment (#3545)
This commit is contained in:
committed by
k8s-ci-robot
parent
127969d65f
commit
3b787123e3
@@ -7,10 +7,12 @@
|
||||
changed_when: false
|
||||
with_items:
|
||||
- python
|
||||
environment: {}
|
||||
tags: facts
|
||||
|
||||
- name: Install python on fedora
|
||||
raw: "dnf install --assumeyes --quiet python"
|
||||
environment: {}
|
||||
when: need_bootstrap.results | map(attribute='rc') | sort | last | bool
|
||||
|
||||
- name: Install required python packages
|
||||
|
||||
Reference in New Issue
Block a user