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:
parent
160223f8bb
commit
1fbd9f2448
2 changed files with 3 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 085cf8797ec325eb283343d7932f8809ea044ef7
|
Subproject commit 7fdf73f58b81c3b49aa8dff4578b0ca2a4da81d7
|
|
@ -48,6 +48,7 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'}
|
- {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'}
|
||||||
- {role: networkmanager, tags: networkmanager, 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
|
- name: install some arch fonts
|
||||||
hosts: l460
|
hosts: l460
|
||||||
|
@ -70,14 +71,6 @@
|
||||||
- ntp
|
- ntp
|
||||||
- xrandr
|
- xrandr
|
||||||
|
|
||||||
- name: install nextcloud-client
|
|
||||||
hosts: l460
|
|
||||||
tags:
|
|
||||||
- setup
|
|
||||||
- nextcloud
|
|
||||||
roles:
|
|
||||||
- nextcloud
|
|
||||||
|
|
||||||
- name: install some arch fonts
|
- name: install some arch fonts
|
||||||
hosts: l460
|
hosts: l460
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue