ansible-desktop/roles/desktop/tasks/nextcloud.yml

8 lines
185 B
YAML
Raw Normal View History

2024-08-07 23:09:26 +00:00
- name: "[Arch] install nextcloud client"
become: yes
community.general.pacman:
name:
- nextcloud-client
- gnome-keyring
when: ansible_distribution == "Archlinux"