From 4f97da625c005761f41508f9715c418d1935d81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Akamine?= Date: Mon, 3 Jun 2019 11:00:05 -0700 Subject: [PATCH] RHEL: ignore subscription-manager failures --- tasks/common-RHEL.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/common-RHEL.yml b/tasks/common-RHEL.yml index e748ea76..47b9b18d 100644 --- a/tasks/common-RHEL.yml +++ b/tasks/common-RHEL.yml @@ -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 \ No newline at end of file