qinling/playbooks/post.yaml

9 lines
146 B
YAML

- hosts: all
tasks:
- name: cleanup the Neutron config dir
become: true
file:
path: /etc/neutron
state: absent