Reduce log spam of verbose tasks (#3806)

Added a loop_control label to a few tasks that flood our logs.
This commit is contained in:
Chad Swenson
2018-12-04 12:35:44 -06:00
committed by Kubernetes Prow Robot
parent 9051aa5296
commit 145687a48e
6 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,8 @@
when:
- inventory_hostname == groups['kube-master'][0]
- not item is skipped
loop_control:
label: "{{ item.item.file }}"
- name: Kubernetes Apps | Add ClusterRoleBinding to admit nodes
template: