playbook/unconfigure.yml

10 lines
150 B
YAML

- hosts: all
remote_user: root
tasks:
- name: delete configure
file:
path: /home/ircd/solanum/configure
state: absent