mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -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
@@ -3,6 +3,7 @@
|
||||
raw: cat /etc/os-release
|
||||
register: os_release
|
||||
changed_when: false
|
||||
environment: {}
|
||||
|
||||
- name: Set bootstrap_os
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user