Kapisi/roles/IRC/tasks/main.yml

20 lines
260 B
YAML
Raw Normal View History

2020-10-08 16:33:19 -05:00
---
- 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