mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
No collectd for epel7/aarch64 yet, so don't try and install it here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user