From 1fbd9f2448c83a650f4e9fd4839f321d6c28a29a Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 15 Mar 2021 12:08:12 +0100 Subject: [PATCH] update nextcloud --- roles/nextcloud | 2 +- setup_l460.yml | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/roles/nextcloud b/roles/nextcloud index 085cf87..7fdf73f 160000 --- a/roles/nextcloud +++ b/roles/nextcloud @@ -1 +1 @@ -Subproject commit 085cf8797ec325eb283343d7932f8809ea044ef7 +Subproject commit 7fdf73f58b81c3b49aa8dff4578b0ca2a4da81d7 diff --git a/setup_l460.yml b/setup_l460.yml index c9dc97a..cf59f3e 100644 --- a/setup_l460.yml +++ b/setup_l460.yml @@ -48,6 +48,7 @@ roles: - {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} + - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} - name: install some arch fonts hosts: l460 @@ -61,7 +62,7 @@ - name: Install useful packages hosts: l460 - tags: + tags: - packages - i3wm roles: @@ -70,14 +71,6 @@ - ntp - xrandr -- name: install nextcloud-client - hosts: l460 - tags: - - setup - - nextcloud - roles: - - nextcloud - - name: install some arch fonts hosts: l460 tags: