Skip to content

Commit

Permalink
Install rsync from epel repo
Browse files Browse the repository at this point in the history
To fix the error:
Failed to download metadata for repo 'rcm-tools-rhel-8-baseos-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Change-Id: I136ac5aa91a00c242aaebbb61c3b57a90ee558d5
  • Loading branch information
dsariel committed Feb 9, 2023
1 parent 07e2462 commit 385a09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/copy_component/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
yum:
name: 'rsync'
state: present
enablerepo: "epel"
register: task_result
until: task_result is success
retries: 3
Expand Down

0 comments on commit 385a09b

Please sign in to comment.