mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-14 03:44:07 +01:00
Solved bugs
This commit is contained in:
parent
507981b54d
commit
911fee5698
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
- name: Install dia
|
||||
community.general.pacman:
|
||||
name: dia
|
||||
state: present
|
@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
- application-dia
|
||||
- system-aur-helper
|
@ -3,5 +3,11 @@
|
||||
name:
|
||||
- gimp
|
||||
- blender
|
||||
- drawio-desktop
|
||||
state: present
|
||||
|
||||
- name: install drawio
|
||||
kewlfft.aur.aur:
|
||||
use: yay
|
||||
name:
|
||||
- drawio-desktop
|
||||
become: false
|
||||
|
Loading…
Reference in New Issue
Block a user