5 lines
135 B
YAML
5 lines
135 B
YAML
---
|
|
- name: Enable Nextcloud site
|
|
ansible.builtin.command: a2ensite nextcloud.conf
|
|
when: not nextcloud_nginx and not nextcloud_ssl
|