]> git.somenet.org - root/pub/somesible.git/blob - roles/client/nextcloud/tasks/main.yml
roles/service/sympa/files
[root/pub/somesible.git] / roles / client / nextcloud / tasks / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
6 #
7 ---
8
9 - name: install nextcloud-client
10   apt:
11     pkg:
12     - dolphin-nextcloud
13     state: present
14     policy_rc_d: 101
15   tags: "online"