From: David Galloway Date: Fri, 27 Sep 2019 21:28:04 +0000 (-0400) Subject: cobbler: EPEL8 has nagios packages so we needn't skip those tasks anymore X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6992e412cb4caa7004bc6747b18895f87c989132;p=ceph-cm-ansible.git cobbler: EPEL8 has nagios packages so we needn't skip those tasks anymore Signed-off-by: David Galloway --- diff --git a/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh b/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh index c19fe19..80b083c 100644 --- a/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh +++ b/roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh @@ -31,8 +31,7 @@ export ANSIBLE_HOST_KEY_CHECKING=False # https://docs.ansible.com/ansible/2.7/reference_appendices/python_3_support.html os=$(cobbler system dumpvars --name $2 | grep os_version | awk '{ print $3 }') if [ $os == "rhel8" -o $os == "centos8" ]; then - # Nagios packages aren't available in the CentOS/RHEL8 yet so we'll skip those tasks - ANSIBLE_EXTRAVAR="-e ansible_python_interpreter=/usr/bin/python3 --skip-tags nagios" + ANSIBLE_EXTRAVAR="-e ansible_python_interpreter=/usr/bin/python3" else ANSIBLE_EXTRAVAR="" fi