diff --git a/unconfigure.yml b/unconfigure.yml new file mode 100644 index 0000000..87483d4 --- /dev/null +++ b/unconfigure.yml @@ -0,0 +1,9 @@ +- hosts: all + remote_user: root + + tasks: + - name: delete configure + ansible.builtin.file: + path: /home/ircd/solanum/configure + state: absent +