1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

update nextcloud

This commit is contained in:
L3D 2021-03-15 12:08:12 +01:00
parent 160223f8bb
commit 1fbd9f2448
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 10 deletions

@ -1 +1 @@
Subproject commit 085cf8797ec325eb283343d7932f8809ea044ef7
Subproject commit 7fdf73f58b81c3b49aa8dff4578b0ca2a4da81d7

View file

@ -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
@ -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: