add unconfigure to remove configure if autogen changed
This commit is contained in:
parent
b06eb7dc2f
commit
a34c0b9d91
1 changed files with 9 additions and 0 deletions
9
unconfigure.yml
Normal file
9
unconfigure.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- hosts: all
|
||||
remote_user: root
|
||||
|
||||
tasks:
|
||||
- name: delete configure
|
||||
ansible.builtin.file:
|
||||
path: /home/ircd/solanum/configure
|
||||
state: absent
|
||||
|
Loading…
Reference in a new issue