]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Retry rhsm command due to CDN or network flakiness 399/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 11 May 2018 18:59:52 +0000 (14:59 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 11 May 2018 18:59:52 +0000 (14:59 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/tasks/rhel-entitlements.yml

index 3a5798f0557dc3c7cd5e039600443ad343b54045..243468841b9315dcb9663045f53d9f0974c50014 100644 (file)
   with_items: "{{ rhsm_repos }}"
   when: rhsm_registered == true and
         replace_repos|bool == true
+  retries: 5
+  delay: 10
 
 - name: Remove old apt-mirror repository definition.
   file: