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

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

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]