Guillaume Coré
2018-04-19 9190c1cc573c3ef577ebe84bee522f1a8f72de47
ansible/configs/ocp-workshop/post_software.yml
@@ -263,6 +263,10 @@
  tasks:
    - name: Pull ose-recycler Image
      command: docker pull registry.access.redhat.com/openshift3/ose-recycler:latest
      register: pullr
      retries: 5
      delay: 10
      until: pullr|succeeded
      when: osrelease | version_compare('3.7', '>=')
    - name: Tag ose-recycler Image