File: main.yaml

package info (click to toggle)
tempest 1%3A46.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,956 kB
  • sloc: python: 87,896; sh: 174; makefile: 59
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
- name: Grant global read access to devstack files
  file:
    path: "{{devstack_data_dir}}/files"
    mode: "o+rx"
    recurse: yes
  become: yes