Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - include: setup_Debian.yml
-
- - include: reset.yml
- when: nextcloud_state == "reinstalled"
-
- - include: server.yml
-
- - include: access.yml
-
- - include: mysql.yml
- when: nextcloud_database_type == "mysql"
-
- - include: install.yml
- when:
- nextcloud_state == "installed" or
- nextcloud_state == "reinstalled"
-
- - include: configure.yml
-
- - include: apps.yml
-
- - include: upgrade.yml
-
- - include: apache2.yml
|