cinder-tempest-plugin/roles/change-devstack-data-owner/tasks/main.yaml

7 lines
213 B
YAML

- name: Change the owner of specific devstack data files
file:
path: "{{ devstack_data_dir }}/{{ devstack_data_subdir_changed }}"
owner: "{{ devstack_data_subdir_owner }}"
recurse: yes
become: yes