collectd: don't exclude aarch64 for collectd-apache
This commit is contained in:
parent
89973aad74
commit
89fb80cac1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
- collectd
|
- collectd
|
||||||
notify:
|
notify:
|
||||||
- restart collectd
|
- 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)
|
- name: install collectd-apache (dnf)
|
||||||
dnf: state=present name=collectd-apache
|
dnf: state=present name=collectd-apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue