manila: add missing become to "Copying over existing policy file" task
Change-Id: If78f944ea8d63f3d37398f72e9a432cc22eb5c6e
This commit is contained in:
parent
a0fe0762c0
commit
ec10a63db1
@ -93,6 +93,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