Merge "manila: add missing become to "Copying over existing policy file" task"
This commit is contained in:
commit
d30a35958f
@ -87,6 +87,7 @@
|
||||
src: "{{ manila_policy_file_path }}"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/{{ manila_policy_file }}"
|
||||
mode: "0660"
|
||||
become: true
|
||||
when:
|
||||
- manila_policy_file is defined
|
||||
with_dict: "{{ manila_services | select_services_enabled_and_mapped_to_host }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user