Wolfgang Kulhanek
2019-09-05 8514544ee1f1e616fa199884c7032e5d613837e9
Fix lifecycle automatic CSR approval step
1 files modified
5 ■■■■■ changed files
ansible/configs/ocp4-workshop/lifecycle.yml 5 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp4-workshop/lifecycle.yml
@@ -116,6 +116,5 @@
    - when: r_csrs.stdout_lines | length > 0
      name: Approve all Pending CSRs
      command: oc adm certificate approve
      args:
        stdin: "{{ r_csrs.stdout_lines }}"
      command: "oc adm certificate approve {{ item }}"
      loop: "{{ r_csrs.stdout_lines }}"