enable chghost
This commit is contained in:
parent
327af0d985
commit
d429c22ba2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue