summaryrefslogtreecommitdiffstats
path: root/roles/contiv_facts
diff options
context:
space:
mode:
authorLuke Meyer <sosiouxme@gmail.com>2017-12-01 10:30:37 -0500
committerGitHub <noreply@github.com>2017-12-01 10:30:37 -0500
commiteda433cad9347d9ea7a498beaf6a696a7bf063db (patch)
tree1961a3fa38ef26a429a6e5dbc7667891e28f9303 /roles/contiv_facts
parentb66f8b9b5f12333cd962ae9b7d1f41049343146a (diff)
parentfbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a (diff)
downloadopenshift-eda433cad9347d9ea7a498beaf6a696a7bf063db.tar.gz
openshift-eda433cad9347d9ea7a498beaf6a696a7bf063db.tar.bz2
openshift-eda433cad9347d9ea7a498beaf6a696a7bf063db.tar.xz
openshift-eda433cad9347d9ea7a498beaf6a696a7bf063db.zip
Merge pull request #6302 from sosiouxme/20170817-add-retries
retry package operations
Diffstat (limited to 'roles/contiv_facts')
-rw-r--r--roles/contiv_facts/tasks/fedora-install.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/contiv_facts/tasks/fedora-install.yml b/roles/contiv_facts/tasks/fedora-install.yml
index db56a18c0..a57f6eb19 100644
--- a/roles/contiv_facts/tasks/fedora-install.yml
+++ b/roles/contiv_facts/tasks/fedora-install.yml
@@ -3,6 +3,8 @@
yum:
name: dnf
state: installed
+ register: result
+ until: result | success
- name: Update repo cache
command: dnf update -y