1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nextcloud/tasks/main.yml: enable_or_disable.yml to enable.yml

This commit is contained in:
A Holt 2020-01-11 22:07:44 -05:00 committed by GitHub
parent 92c0e7d457
commit 55de8101e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,5 +14,5 @@
when: nextcloud_install and not installing
- name: Enable or disable Nextcloud
include_tasks: enable_or_disable.yml
include_tasks: enable.yml
when: nextcloud_install or nextcloud_installed is defined