No collectd for epel7/aarch64 yet, so don't try and install it here.

This commit is contained in:
Kevin Fenzi 2016-12-03 03:39:19 +00:00
parent b3594c0e93
commit 2f2108a0d5

View file

@ -55,7 +55,7 @@
- collectd - collectd
notify: notify:
- restart collectd - restart collectd
when: collectd_apache and ansible_distribution_major_version|int < 22 when: collectd_apache and ansible_distribution_major_version|int < 22 and not inventory_hostname.startswith('aarch64')
- name: install collectd-apache (dnf) - name: install collectd-apache (dnf)
dnf: state=present name=collectd-apache dnf: state=present name=collectd-apache