add unconfigure to remove configure if autogen changed

This commit is contained in:
xfnw 2022-03-09 19:08:45 -05:00
parent b06eb7dc2f
commit a34c0b9d91
1 changed files with 9 additions and 0 deletions

9
unconfigure.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: all
remote_user: root
tasks:
- name: delete configure
ansible.builtin.file:
path: /home/ircd/solanum/configure
state: absent