Skip to content

Commit

Permalink
RHEL: ignore subscription-manager failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hakamine committed Oct 31, 2019
1 parent 20c2e49 commit 4f97da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/common-RHEL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
state: "present"

#
# Install optional and extras repoisitories because EPEL packages may depend on
# Install optional and extras repositories because EPEL packages may depend on
# packages from these repositories.
# See: https://github.com/artefactual-labs/ansible-archivematica-src/issues/209
# https://github.com/artefactual-labs/ansible-archivematica-src/issues/244
#

- name: "Add rhel-*-optional-rpms repo on RHEL"
command: subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
ignore_errors: True

0 comments on commit 4f97da6

Please sign in to comment.