mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-14 11:51:04 +01:00
Solved bugs
This commit is contained in:
parent
507981b54d
commit
911fee5698
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user