File tree 1 file changed +3
-3
lines changed
roles/icingaweb2/tasks/modules
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
loop : " {{ _files }}"
20
20
loop_control :
21
21
loop_var : _file
22
- when : vars[' icingaweb2_modules'] [_module][_file] is defined
22
+ when : icingaweb2_modules[_module][_file] is defined
23
23
vars :
24
24
_module : " {{ item.key }}"
25
25
_files :
31
31
group : " {{ icingaweb2_group }}"
32
32
src : " files/{{ _file.src_path }}"
33
33
dest : " {{ icingaweb2_modules_config_dir }}/{{ item.key }}/templates/{{ _file.name }}"
34
- when : vars[' icingaweb2_modules'] [_module][' custom_template_files'] is defined
35
- loop : " {{ vars[' icingaweb2_modules'] [_module][' custom_template_files'] }}"
34
+ when : icingaweb2_modules[_module]. custom_template_files is defined
35
+ loop : " {{ icingaweb2_modules[_module]. custom_template_files }}"
36
36
loop_control :
37
37
loop_var : _file
38
38
vars :
You can’t perform that action at this time.
0 commit comments