Merge "Update permissions on execution path folders"
This commit is contained in:
commit
ef07cd02c5
@ -56,8 +56,8 @@
|
|||||||
src: "{{ item.src | default(omit) }}"
|
src: "{{ item.src | default(omit) }}"
|
||||||
dest: "{{ item.dest | default(omit) }}"
|
dest: "{{ item.dest | default(omit) }}"
|
||||||
state: "{{ item.state | default('directory') }}"
|
state: "{{ item.state | default('directory') }}"
|
||||||
owner: "{{ item.owner|default(neutron_system_user_name) }}"
|
owner: "{{ item.owner | default(neutron_system_user_name) }}"
|
||||||
group: "{{ item.group|default(neutron_system_group_name) }}"
|
group: "{{ item.group | default(neutron_system_group_name) }}"
|
||||||
mode: "{{ item.mode | default(omit) }}"
|
mode: "{{ item.mode | default(omit) }}"
|
||||||
force: "{{ item.force | default(omit) }}"
|
force: "{{ item.force | default(omit) }}"
|
||||||
when:
|
when:
|
||||||
@ -67,7 +67,7 @@
|
|||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
- path: "{{ (neutron_install_method == 'distro') | ternary(neutron_conf_dir, (neutron_bin | dirname) + '/etc/neutron') }}"
|
- path: "{{ (neutron_install_method == 'distro') | ternary(neutron_conf_dir, (neutron_bin | dirname) + '/etc/neutron') }}"
|
||||||
mode: "0750"
|
mode: "0755"
|
||||||
# NOTE(cloudnull): The "src" path is relative. This ensures all files remain
|
# NOTE(cloudnull): The "src" path is relative. This ensures all files remain
|
||||||
# within the host/container confines when connecting to
|
# within the host/container confines when connecting to
|
||||||
# them using the connection plugin or the root filesystem.
|
# them using the connection plugin or the root filesystem.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user