File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
ansible.builtin.file :
48
48
path : " {{ item.config.core.client_body_temp_path.path }}"
49
49
state : directory
50
- owner : " {{ nginx_config_main_template.user | default('nginx') }}"
50
+ owner : " {{ nginx_config_main_template.config.main. user.username | default('nginx') }}"
51
51
mode : 0755
52
52
loop : " {{ nginx_config_http_template }}"
53
53
loop_control :
60
60
ansible.builtin.file :
61
61
path : " {{ item.1.path }}"
62
62
state : directory
63
- owner : " {{ nginx_config_main_template.user | default('nginx') }}"
63
+ owner : " {{ nginx_config_main_template.config.main. user.username | default('nginx') }}"
64
64
mode : 0755
65
65
loop : " {{ nginx_config_http_template | subelements('config.proxy.cache_path', skip_missing=True) }}"
66
66
loop_control :
You can’t perform that action at this time.
0 commit comments