collect: Import dyngroups.yml playbook
We need to import the `dyngroups.yml` playbook so that the dynamic host groups are populated. Without this, the *RedHat* group is empty, so the *collectd-version* role is never applied.btop
parent
4a1e961d57
commit
019276da88
|
@ -4,6 +4,7 @@
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
|
|
||||||
|
- import_playbook: dyngroups.yml
|
||||||
- hosts: collectd:&RedHat
|
- hosts: collectd:&RedHat
|
||||||
roles:
|
roles:
|
||||||
- role: collectd-version
|
- role: collectd-version
|
||||||
|
|
Loading…
Reference in New Issue