Fix cert-manager E305 ansible-lint error (#6549)

This commit is contained in:
Barry Melbourne 2020-08-20 12:25:45 +01:00 committed by GitHub
parent fa378f09c3
commit bf6fdce339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
- inventory_hostname == groups['kube-master'][0]
- name: Cert Manager | Wait for Webhook pods become ready
shell: "{{ bin_dir }}/kubectl wait po --namespace={{ cert_manager_namespace }} --selector app=webhook --for=condition=Ready --timeout=600s"
command: "{{ bin_dir }}/kubectl wait po --namespace={{ cert_manager_namespace }} --selector app=webhook --for=condition=Ready --timeout=600s"
register: cert_manager_webhook_pods_ready
when: inventory_hostname == groups['kube-master'][0]