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
@@ -2,6 +2,7 @@
|
||||
- name: Bootstrap | Check if bootstrap is needed
|
||||
raw: stat /opt/bin/.bootstrapped
|
||||
register: need_bootstrap
|
||||
environment: {}
|
||||
failed_when: false
|
||||
changed_when: false
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user