manila: add missing become to "Copying over existing policy file" task

Change-Id: If78f944ea8d63f3d37398f72e9a432cc22eb5c6e
This commit is contained in:
Christian Berendt 2024-09-06 21:11:31 +02:00
parent a0fe0762c0
commit ec10a63db1

View File

@ -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 }}"