mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
Avoid that some read-only tasks cause an ansible-change (#1910)
This commit is contained in:
committed by
Matthew Mosesohn
parent
ad0cd6939a
commit
0d55ed3600
@@ -5,6 +5,7 @@
|
||||
raw: which "{{ item }}"
|
||||
register: need_bootstrap
|
||||
failed_when: false
|
||||
changed_when: false
|
||||
with_items:
|
||||
- python
|
||||
- pip
|
||||
|
||||
Reference in New Issue
Block a user