]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: EPEL8 has nagios packages so we needn't skip those tasks anymore 477/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 27 Sep 2019 21:28:04 +0000 (17:28 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 27 Sep 2019 21:28:04 +0000 (17:28 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh

index c19fe1903a6e188b60db6f63cf4beedf7d0a02e4..80b083c0680f9660d728b01264bf7dca0288a2c0 100644 (file)
@@ -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