From 911fee569825370a091e06fe9802ff76b93f0b0c Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 24 Mar 2023 12:20:00 +0100 Subject: [PATCH] Solved bugs --- playbook.yml | 6 ------ roles/application-dia/tasks/main.yml | 4 ---- roles/collection-designer/meta/main.yml | 2 +- roles/collection-designer/tasks/main.yml | 8 +++++++- 4 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 roles/application-dia/tasks/main.yml diff --git a/playbook.yml b/playbook.yml index 6b4fc55..ec15fe0 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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 diff --git a/roles/application-dia/tasks/main.yml b/roles/application-dia/tasks/main.yml deleted file mode 100644 index ab15837..0000000 --- a/roles/application-dia/tasks/main.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Install dia - community.general.pacman: - name: dia - state: present diff --git a/roles/collection-designer/meta/main.yml b/roles/collection-designer/meta/main.yml index 0043675..f2b8958 100644 --- a/roles/collection-designer/meta/main.yml +++ b/roles/collection-designer/meta/main.yml @@ -1,2 +1,2 @@ dependencies: -- application-dia \ No newline at end of file +- system-aur-helper \ No newline at end of file diff --git a/roles/collection-designer/tasks/main.yml b/roles/collection-designer/tasks/main.yml index 930f907..0646353 100644 --- a/roles/collection-designer/tasks/main.yml +++ b/roles/collection-designer/tasks/main.yml @@ -3,5 +3,11 @@ name: - gimp - blender - - drawio-desktop state: present + +- name: install drawio + kewlfft.aur.aur: + use: yay + name: + - drawio-desktop + become: false