ironic/playbooks/ci-workarounds/etc-neutron.yaml

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