Merge "Use include_role for conditional inclusion" into stable/ussuri

This commit is contained in:
Zuul 2021-02-04 00:38:32 +00:00 committed by Gerrit Code Review
commit fceecb3217
1 changed files with 1 additions and 1 deletions

View File

@ -774,6 +774,6 @@ outputs:
with_items:
- { 'path': /var/log/containers/collectd, 'setype': container_file_t, 'mode': '0750' }
- name: import provision_mcelog
import_role:
include_role:
name: tripleo_provision_mcelog
when: {get_param: CollectdEnableMcelog}