From 7df17752200042f4b22da41c397548cf392e42f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 18 Aug 2017 16:42:45 +0200 Subject: [PATCH] see #9: fix wrong github issue reference --- allinone.yml | 2 +- common/verify-local-requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allinone.yml b/allinone.yml index 1c6dd94..bf03bb5 100644 --- a/allinone.yml +++ b/allinone.yml @@ -1,6 +1,6 @@ --- # Check that the system running this playbook meets our requirements - # (see issues #5 and #8) + # (see issues #5 and #9) - include: "common/verify-local-requirements.yml" - name: Prepare an "All-in-one" VM for OpenShift diff --git a/common/verify-local-requirements.yml b/common/verify-local-requirements.yml index 727ef46..a28bf68 100644 --- a/common/verify-local-requirements.yml +++ b/common/verify-local-requirements.yml @@ -34,7 +34,7 @@ when: 'jmespath_missing and not on_rhel7' - fail: - msg: "This playbook can install by itself the missing packages on RHEL 7.x but we are not on such system (detected OS : {{ansible_distribution}} {{ansible_distribution_version}}). See https://github.com/nmasse-itix/OpenShift-Lab/issues/8 for more information." + msg: "This playbook can install by itself the missing packages on RHEL 7.x but we are not on such system (detected OS : {{ansible_distribution}} {{ansible_distribution_version}}). See https://github.com/nmasse-itix/OpenShift-Lab/issues/9 for more information." when: 'jinja28_missing and not on_rhel7' - name: Enable the RHSCL repo