mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
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