Add software role and matrix federation button

This commit is contained in:
Tobias Reisinger 2024-10-08 22:01:54 +02:00
commit f1b7c65577
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 33 additions and 8 deletions

View file

@ -0,0 +1,17 @@
- name: Install aptitude
apt:
name: aptitude
state: latest
update_cache: true
become: true
- name: Install docker
ansible.builtin.import_tasks: docker.yml
- name: Install jq
apt:
pkg:
- jq
state: latest
update_cache: true
become: true