From: David Galloway Date: Fri, 11 May 2018 18:59:52 +0000 (-0400) Subject: common: Retry rhsm command due to CDN or network flakiness X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9caa7cf3082b783cc16c4bc7738f757776a2c8cf;p=ceph-cm-ansible.git common: Retry rhsm command due to CDN or network flakiness Signed-off-by: David Galloway --- diff --git a/roles/common/tasks/rhel-entitlements.yml b/roles/common/tasks/rhel-entitlements.yml index 3a5798f..2434688 100644 --- a/roles/common/tasks/rhel-entitlements.yml +++ b/roles/common/tasks/rhel-entitlements.yml @@ -123,6 +123,8 @@ 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: