Updating Ubiqtorate
This commit is contained in:
19
roles/IRC/tasks/main.yml
Normal file
19
roles/IRC/tasks/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
- name: IRC packages
|
||||
become: yes
|
||||
package:
|
||||
name:
|
||||
- inspircd
|
||||
- anope
|
||||
- TheRaven
|
||||
|
||||
- name: KiwiIRC Web Front
|
||||
become: yes
|
||||
git:
|
||||
repo: https://github.com/prawnsalad/KiwiIRC.git
|
||||
dest: /usr/local/src/KiwiIRC
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user