Skip to content
Snippets Groups Projects
Unverified Commit bf6fdce3 authored by Barry Melbourne's avatar Barry Melbourne Committed by GitHub
Browse files

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

parent fa378f09
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment