mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved bugs
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user