Solved bugs

This commit is contained in:
Kevin Veen-Birkenbach 2023-03-24 12:20:00 +01:00
parent 507981b54d
commit 911fee5698
4 changed files with 8 additions and 12 deletions

View File

@ -103,12 +103,6 @@
roles:
- application-nextcloud
- name: setup dia
hosts: dia_hosts
become: true
roles:
- application-dia
- name: setup docker
hosts: docker_hosts
become: true

View File

@ -1,4 +0,0 @@
- name: Install dia
community.general.pacman:
name: dia
state: present

View File

@ -1,2 +1,2 @@
dependencies:
- application-dia
- system-aur-helper

View File

@ -3,5 +3,11 @@
name:
- gimp
- blender
- drawio-desktop
state: present
- name: install drawio
kewlfft.aur.aur:
use: yay
name:
- drawio-desktop
become: false