Updating Ubiqtorate
This commit is contained in:
14
roles/Foundation/tasks/main.yml
Normal file
14
roles/Foundation/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Base packages
|
||||
become: yes
|
||||
package:
|
||||
name:
|
||||
- gitea
|
||||
|
||||
- name: BitBot
|
||||
git:
|
||||
repo: https://github.com/jesopo/bitbot.git
|
||||
dest: /opt/bitbot
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user