summaryrefslogtreecommitdiff
path: root/playbooks/ci-workarounds/etc-neutron.yaml
blob: b1c772162d206d329079dcdc784a6c12e7af2390 (plain)
1
2
3
4
5
6
7
8
9
- hosts: all
  name: Create /etc/neutron for the devstack base job
  tasks:
    - name: Creates directory
      file:
        path: /etc/neutron
        state: directory
        mode: 0777
      become: yes