ironic/playbooks/ci-workarounds/etc-neutron.yaml
Derek Higgins 86e9c7e0f9 Switch ironic-tempest-dsvm-functional-python2 to zuulv3
Change-Id: I01fadd61b0469512f512026c81f5ce782a3c6dd5
2018-09-25 10:54:05 +01:00

10 lines
207 B
YAML

- 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