playbook/unconfigure.yml

10 lines
166 B
YAML

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