mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-11 11:18:10 +02:00
Solved bugs
This commit is contained in:
@@ -103,12 +103,6 @@
|
|||||||
roles:
|
roles:
|
||||||
- application-nextcloud
|
- application-nextcloud
|
||||||
|
|
||||||
- name: setup dia
|
|
||||||
hosts: dia_hosts
|
|
||||||
become: true
|
|
||||||
roles:
|
|
||||||
- application-dia
|
|
||||||
|
|
||||||
- name: setup docker
|
- name: setup docker
|
||||||
hosts: docker_hosts
|
hosts: docker_hosts
|
||||||
become: true
|
become: true
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
- name: Install dia
|
|
||||||
community.general.pacman:
|
|
||||||
name: dia
|
|
||||||
state: present
|
|
@@ -1,2 +1,2 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- application-dia
|
- system-aur-helper
|
@@ -3,5 +3,11 @@
|
|||||||
name:
|
name:
|
||||||
- gimp
|
- gimp
|
||||||
- blender
|
- blender
|
||||||
- drawio-desktop
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: install drawio
|
||||||
|
kewlfft.aur.aur:
|
||||||
|
use: yay
|
||||||
|
name:
|
||||||
|
- drawio-desktop
|
||||||
|
become: false
|
||||||
|
Reference in New Issue
Block a user