Codebase list cinder-tempest-plugin / run/e6a85db7-6e86-4530-846c-a96a8950fe70/main roles / change-devstack-data-owner / tasks / main.yaml
run/e6a85db7-6e86-4530-846c-a96a8950fe70/main

Tree @run/e6a85db7-6e86-4530-846c-a96a8950fe70/main (Download .tar.gz)

main.yaml @run/e6a85db7-6e86-4530-846c-a96a8950fe70/mainraw · history · blame

1
2
3
4
5
6
- 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