ansible-desktop/roles/desktop/tasks/nextcloud.yml
2024-08-08 01:09:26 +02:00

8 lines
185 B
YAML

- name: "[Arch] install nextcloud client"
become: yes
community.general.pacman:
name:
- nextcloud-client
- gnome-keyring
when: ansible_distribution == "Archlinux"