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

Tree @ff9d9a7 (Download .tar.gz)

main.yaml @ff9d9a7raw · 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