suppress unnecessary change

This commit is contained in:
Sascha Marcel Schmidt 2018-07-05 14:18:27 +02:00
parent f703814561
commit ee67ece641
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -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"