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.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
tags:
|
||||
- collectd
|
||||
|
||||
- import_playbook: dyngroups.yml
|
||||
- hosts: collectd:&RedHat
|
||||
roles:
|
||||
- role: collectd-version
|
||||
|
||||
Reference in New Issue
Block a user