File: main.yaml

package info (click to toggle)
cinder-tempest-plugin 1.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 460 kB
  • sloc: python: 3,281; makefile: 22
file content (6 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (5)
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