No collectd for epel7/aarch64 yet, so don't try and install it here.
This commit is contained in:
parent
b3594c0e93
commit
2f2108a0d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue