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

This commit is contained in:
Zuul 2025-04-18 10:33:05 +00:00 committed by Gerrit Code Review
commit d30a35958f

View File

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