collectd: don't exclude aarch64 for collectd-apache

This commit is contained in:
Peter Robinson 2017-01-19 12:22:53 +00:00
parent 89973aad74
commit 89fb80cac1

View file

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