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
|
when: not alreadyautogen.stat.exists
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
command: ./configure
|
command: ./configure --enable-oper-chghost
|
||||||
args:
|
args:
|
||||||
chdir: /home/ircd/solanum
|
chdir: /home/ircd/solanum
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
when: not alreadyautogen.stat.exists
|
when: not alreadyautogen.stat.exists
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
command: ./configure
|
command: ./configure --enable-oper-chghost
|
||||||
args:
|
args:
|
||||||
chdir: /home/ircd/solanum
|
chdir: /home/ircd/solanum
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in a new issue