mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
suppress unnecessary change
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
command: "kubectl create -f {{ role_path }}/glusterfs-daemonset.json"
|
||||
- register: "daemonset_state"
|
||||
command: "kubectl get daemonset glusterfs --output=json --ignore-not-found=true"
|
||||
changed_when: false
|
||||
- name: "Wait for daemonset to become available."
|
||||
register: "daemonset_state"
|
||||
command: "kubectl get daemonset glusterfs --output=json --ignore-not-found=true"
|
||||
|
||||
Reference in New Issue
Block a user