From 2f2108a0d58bf1330ab8766e195d9dfdec688fda Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 3 Dec 2016 03:39:19 +0000 Subject: [PATCH] No collectd for epel7/aarch64 yet, so don't try and install it here. --- roles/collectd/base/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/collectd/base/tasks/main.yml b/roles/collectd/base/tasks/main.yml index 51aa4ed7c2..e5e1cfdac3 100644 --- a/roles/collectd/base/tasks/main.yml +++ b/roles/collectd/base/tasks/main.yml @@ -55,7 +55,7 @@ - collectd notify: - 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) dnf: state=present name=collectd-apache