enable chghost

This commit is contained in:
xfnw 2022-03-11 14:26:56 -05:00
parent 327af0d985
commit d429c22ba2
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
when: not alreadyautogen.stat.exists
- name: configure
command: ./configure
command: ./configure --enable-oper-chghost
args:
chdir: /home/ircd/solanum
become: yes

View File

@ -39,7 +39,7 @@
when: not alreadyautogen.stat.exists
- name: configure
command: ./configure
command: ./configure --enable-oper-chghost
args:
chdir: /home/ircd/solanum
become: yes