ansible-role-nextcloud/tasks/apache2_site.yaml
2022-04-11 18:20:23 -04:00

5 lines
135 B
YAML

---
- name: Enable Nextcloud site
ansible.builtin.command: a2ensite nextcloud.conf
when: not nextcloud_nginx and not nextcloud_ssl