mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 16:58:52 -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
@@ -3,6 +3,7 @@
|
||||
raw: stat /opt/bin/.bootstrapped
|
||||
register: need_bootstrap
|
||||
failed_when: false
|
||||
changed_when: false
|
||||
tags:
|
||||
- facts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user