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ů.

31 řádky
458B

  1. ---
  2. - include: setup_Debian.yml
  3. - include: php-opcache.yml
  4. - include: reset.yml
  5. when: nextcloud_state == "reinstalled"
  6. - include: server.yml
  7. - include: access.yml
  8. - include: mysql.yml
  9. when: nextcloud_database_type == "mysql"
  10. - include: install.yml
  11. when:
  12. nextcloud_state == "installed" or
  13. nextcloud_state == "reinstalled"
  14. - include: configure.yml
  15. - include: apps.yml
  16. - include: upgrade.yml
  17. - include: apache2.yml
  18. - include: cron.yml