mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
0c132ec90a
commit
dfb383f817
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
include_tasks: install.yml
|
||||
when: nextcloud_install and (not nextcloud_installed is defined or not nextcloud_page.stat.exists)
|
||||
|
||||
- name: Provision NextCloud's Mysql DB
|
||||
- name: Provision Nextcloud's MySQL DB, run Nextcloud's install wizard, etc
|
||||
include_tasks: setup.yml
|
||||
when: nextcloud_install and not installing
|
||||
|
||||
- name: Enables or disable Nextcloud!
|
||||
- name: Enable or disable Nextcloud
|
||||
include_tasks: enable_or_disable.yml
|
||||
when: nextcloud_install or nextcloud_installed is defined
|
||||
|
|
Loading…
Reference in a new issue