blob: bd1977a6857889716d88c4230b8ee1189a12f522 [file] [log] [blame]
Luigi Toscanoc6215bd2020-02-21 12:42:58 +01001- name: Change the owner of specific devstack data files
2 file:
3 path: "{{ devstack_data_dir }}/{{ devstack_data_subdir_changed }}"
4 owner: "{{ devstack_data_subdir_owner }}"
5 recurse: yes
6 become: yes