13 lines
274 B
YAML
13 lines
274 B
YAML
---
|
|
|
|
- name: Install Nextcloud
|
|
ansible.builtin.import_tasks: install.yml
|
|
tags:
|
|
- "role::nextcloud"
|
|
- "role::nextcloud:install"
|
|
|
|
- name: Configure Nextcloud
|
|
ansible.builtin.import_tasks: config.yml
|
|
tags:
|
|
- "role::nextcloud"
|
|
- "role::nextcloud:config"
|