File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 file :
2222 path : " {{ configs_dir }}/etc/{{ item.path }}"
2323 state : directory
24- mode : " 755 "
24+ mode : " 0755 "
2525 loop : " {{ lookup('community.general.filetree', role_path + '/templates/' + role) }}"
2626 when : item.state == 'directory'
2727 loop_control :
3232 file :
3333 path : " {{ configs_dir }}/etc/{{ item.path }}"
3434 state : directory
35- mode : " 755 "
35+ mode : " 0755 "
3636 loop : " {{ lookup('community.general.filetree', role_path + '/files/' + role) }}"
3737 when : item.state == 'directory'
3838 loop_control :
4343 template :
4444 src : " {{ item.root }}/{{ item.path }}"
4545 dest : " {{ configs_dir }}/etc/{{ item.path | regex_replace('.j2$', '') }}"
46- mode : " 644 "
46+ mode : " 0644 "
4747 loop : " {{ lookup('community.general.filetree', role_path + '/templates/' + role) }}"
4848 when : item.path is regex('\.j2$')
4949 loop_control :
You can’t perform that action at this time.
0 commit comments