suppress unnecessary change

pull/2931/head
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
1 changed files with 1 additions and 0 deletions

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"