This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud/ansible/nextcloud.yml

28 lines
502 B
YAML
Raw Permalink Normal View History

2023-05-06 14:54:58 +00:00
---
- name: Wait for Cloud-init to finish
hosts: all
gather_facts: no
roles:
- cloudinit_wait
- hosts: all
pre_tasks:
- name: Delete externally managed environment file
shell:
cmd: "rm /usr/lib/python*/EXTERNALLY-MANAGED"
register: rm
changed_when: "rm.rc == 0"
failed_when: "false"
roles:
- setup_apt
tasks:
- name: Install core snap
snap:
name: core
- name: Install nextcloud snap
snap:
name: nextcloud