]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: do not configure Nagios on zypper-based systems
authorNathan Cutler <ncutler@suse.com>
Sun, 15 May 2016 21:00:59 +0000 (23:00 +0200)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Dec 2016 14:50:48 +0000 (14:50 +0000)
Nagios is only used in the Sepia lab. For zypper-based systems we are currently
targeting OpenStack only.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
roles/common/tasks/main.yml

index 4d3837e2de2881ab51833bc9ae2aaf87ff156b35..e32fb6cb1801fa8d9f36de533fa4f0559d9a03c0 100644 (file)
@@ -35,6 +35,7 @@
 
 # configure nagios
 - include: nagios.yml
+  when: ansible_pkg_mgr != "zypper"
   tags:
     - nagios