Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
cinder-tempest-plugin
/
2be6e107ae875f367f8443d5fc260856df17c99c
/
.
/
roles
/
change-devstack-data-owner
/
tasks
/
main.yaml
blob: bd1977a6857889716d88c4230b8ee1189a12f522 [
file
] [
log
] [
blame
]
-
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