You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - include_tasks: setup_{{ansible_os_family}}.yml
-
- - import_tasks: gpg.yaml
-
- - import_tasks: php-opcache.yml
-
- - import_tasks: reset.yml
- when: nextcloud_state == "reinstalled"
-
- - import_tasks: server.yml
- - import_tasks: access.yml
-
- - import_tasks: mysql.yml
- when: nextcloud_database_type == "mysql"
-
- - import_tasks: install.yml
- when:
- nextcloud_state == "installed" or
- nextcloud_state == "reinstalled"
-
- - import_tasks: configure.yml
-
- #- import_tasks: apps.yml
-
- - import_tasks: upgrade.yml
-
- - import_tasks: certificate.yml
-
- - import_tasks: apache2.yml
-
- - import_tasks: cron.yml
-
- - import_tasks: occ.yaml
|