mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
include_tasks: install.yml
|
||||||
when: nextcloud_install and (not nextcloud_installed is defined or not nextcloud_page.stat.exists)
|
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
|
include_tasks: setup.yml
|
||||||
when: nextcloud_install and not installing
|
when: nextcloud_install and not installing
|
||||||
|
|
||||||
- name: Enables or disable Nextcloud!
|
- name: Enable or disable Nextcloud
|
||||||
include_tasks: enable_or_disable.yml
|
include_tasks: enable_or_disable.yml
|
||||||
when: nextcloud_install or nextcloud_installed is defined
|
when: nextcloud_install or nextcloud_installed is defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue