From 93480da08152c768f2ecdb98e0cd2fbd8cbe02ec Mon Sep 17 00:00:00 2001 From: staticdev Date: Sun, 21 May 2023 21:12:51 +0200 Subject: [PATCH] Collection renaming Signed-off-by: staticdev --- .github/workflows/release.yml | 2 +- README.md | 22 +++++++++--------- galaxy.yml | 2 +- molecule/default/latest-converge.yml | 2 +- molecule/default/nc24-converge.yml | 2 +- molecule/default/nc25-converge.yml | 2 +- .../tasks/main.yml | 0 .../tasks/test_config_php.yml | 0 molecule/default/verify.yml | 8 +++---- plugins/modules/run_occ.py | 10 ++++---- roles/backup/README.md | 4 ++-- .../{install_nextcloud => install}/README.md | 16 ++++++------- .../defaults/main.yml | 0 .../defaults/os_config_ref.yml | 0 .../files/mysql_nextcloud.cnf | 0 .../files/nextcloud_choosing_version.png | Bin .../nextcloud_custom_mimetypemapping.json | 0 .../files/nextcloud_file_name.xml | 0 .../handlers/main.yml | 0 .../meta/main.yml | 2 +- .../tasks/db_mysql.yml | 0 .../tasks/db_postgresql.yml | 0 .../tasks/http_apache.yml | 0 .../tasks/http_nginx.yml | 0 .../tasks/main.yml | 0 .../tasks/nc_apps.yml | 0 .../tasks/nc_download.yml | 0 .../tasks/nc_installation.yml | 0 .../tasks/php_install.yml | 0 .../tasks/redis_server.yml | 0 .../tasks/setup_env.yml | 0 .../tasks/tls_installed.yml | 0 .../tasks/tls_selfsigned.yml | 0 .../tasks/tls_signed.yml | 0 .../tasks/websrv_install.yml | 0 .../templates/apache2_nc.j2 | 0 .../templates/concatenate.j2 | 0 .../templates/nginx_nc.j2 | 0 .../templates/nginx_php_handler.j2 | 0 .../templates/redis.conf.j2 | 0 .../templates/root-my.cnf.j2 | 0 .../vars/main.yml | 0 tests/nextcloud_mariadb.yml | 2 +- tests/nextcloud_mysql.yml | 2 +- tests/nextcloud_nginx.yml | 2 +- tests/nextcloud_psql.yml | 2 +- 46 files changed, 40 insertions(+), 40 deletions(-) rename molecule/default/roles/{test_install_nextcloud => test_install}/tasks/main.yml (100%) rename molecule/default/roles/{test_install_nextcloud => test_install}/tasks/test_config_php.yml (100%) rename roles/{install_nextcloud => install}/README.md (98%) rename roles/{install_nextcloud => install}/defaults/main.yml (100%) rename roles/{install_nextcloud => install}/defaults/os_config_ref.yml (100%) rename roles/{install_nextcloud => install}/files/mysql_nextcloud.cnf (100%) rename roles/{install_nextcloud => install}/files/nextcloud_choosing_version.png (100%) rename roles/{install_nextcloud => install}/files/nextcloud_custom_mimetypemapping.json (100%) rename roles/{install_nextcloud => install}/files/nextcloud_file_name.xml (100%) rename roles/{install_nextcloud => install}/handlers/main.yml (100%) rename roles/{install_nextcloud => install}/meta/main.yml (94%) rename roles/{install_nextcloud => install}/tasks/db_mysql.yml (100%) rename roles/{install_nextcloud => install}/tasks/db_postgresql.yml (100%) rename roles/{install_nextcloud => install}/tasks/http_apache.yml (100%) rename roles/{install_nextcloud => install}/tasks/http_nginx.yml (100%) rename roles/{install_nextcloud => install}/tasks/main.yml (100%) rename roles/{install_nextcloud => install}/tasks/nc_apps.yml (100%) rename roles/{install_nextcloud => install}/tasks/nc_download.yml (100%) rename roles/{install_nextcloud => install}/tasks/nc_installation.yml (100%) rename roles/{install_nextcloud => install}/tasks/php_install.yml (100%) rename roles/{install_nextcloud => install}/tasks/redis_server.yml (100%) rename roles/{install_nextcloud => install}/tasks/setup_env.yml (100%) rename roles/{install_nextcloud => install}/tasks/tls_installed.yml (100%) rename roles/{install_nextcloud => install}/tasks/tls_selfsigned.yml (100%) rename roles/{install_nextcloud => install}/tasks/tls_signed.yml (100%) rename roles/{install_nextcloud => install}/tasks/websrv_install.yml (100%) rename roles/{install_nextcloud => install}/templates/apache2_nc.j2 (100%) rename roles/{install_nextcloud => install}/templates/concatenate.j2 (100%) rename roles/{install_nextcloud => install}/templates/nginx_nc.j2 (100%) rename roles/{install_nextcloud => install}/templates/nginx_php_handler.j2 (100%) rename roles/{install_nextcloud => install}/templates/redis.conf.j2 (100%) rename roles/{install_nextcloud => install}/templates/root-my.cnf.j2 (100%) rename roles/{install_nextcloud => install}/vars/main.yml (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9017ad3..c9eaf103 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: -e "github_tag=$(cat galaxy.yml|grep version:|cut -d' ' -f2)" -e "ansible_namespace=$(echo ${{ github.repository }} | cut -d/ -f1)" - -e "collection=admin" + -e "collection=nextcloud" - name: Publish the release notes uses: release-drafter/release-drafter@v5 diff --git a/README.md b/README.md index bf8025d1..5ab56778 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # ansible collection for nextcloud administration -This repository hosts the `nextcloud.admin` Ansible Collection (formerly the role `aalaesar.install_nextcloud`). +This repository hosts the `nextcloud.nextcloud` Ansible Collection (formerly the role `aalaesar.install_nextcloud`). The collection includes a variety of Ansible content to help automate the management of nextcloud, as well as provisioning and maintenance of instances of nextcloud. @@ -31,14 +31,14 @@ This collection supports Nextcloud versions: `24`, `25`, `26 (latest)` ### Modules Name | Description --- | --- -nextcloud.admin.run_occ|Run the occ command line tool with given arguments +nextcloud.nextcloud.run_occ|Run the occ command line tool with given arguments ### Roles Name | Description --- | --- -nextcloud.admin.backup (**beta**)|Create a backup of a Nextcloud server - formerly `aalaesar.backup_nextcloud` -nextcloud.admin.install_nextcloud | Install and configure an Nextcloud instance for a Debian/Ubuntu server - formerly `aalaesar.install_nextcloud` +nextcloud.nextcloud.backup (**beta**)|Create a backup of a Nextcloud server - formerly `aalaesar.backup_nextcloud` +nextcloud.nextcloud.install | Install and configure an Nextcloud instance for a Debian/Ubuntu server - formerly `aalaesar.install_nextcloud` @@ -67,20 +67,20 @@ Alternatively, you can also add the content of [this file](requirements.yml) in Before using the nextcloud collection, you need to install it with the Ansible Galaxy CLI: - ansible-galaxy collection install nextcloud.admin + ansible-galaxy collection install nextcloud.nextcloud You can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format: ```yaml --- collections: - - name: nextcloud.admin + - name: nextcloud.nextcloud version: 2.0.0 ``` ### Using modules from the Nextcloud Collection in your playbooks -It's preferable to use content in this collection using their Fully Qualified Collection Namespace (FQCN), for example `nextcloud.admin.run_occ`: +It's preferable to use content in this collection using their Fully Qualified Collection Namespace (FQCN), for example `nextcloud.nextcloud.run_occ`: ```yaml --- @@ -89,12 +89,12 @@ It's preferable to use content in this collection using their Fully Qualified Co become: true tasks: - name: list installed apps - nextcloud.admin.run_occ: + nextcloud.nextcloud.run_occ: nextcloud_path: /var/www/nextcloud command: app:list ``` -If upgrading older playbooks from <2.0.0, you can minimise your changes by defining `collections` in your play and refer to this collection's role as `install_nextcloud`, instead of `nextcloud.admin.install_nextcloud`, as in this example: +If upgrading older playbooks from <2.0.0, you can minimise your changes by defining `collections` in your play and refer to this collection's role as `install`, instead of `nextcloud.nextcloud.install`, as in this example: ```yaml --- @@ -103,12 +103,12 @@ If upgrading older playbooks from <2.0.0, you can minimise your changes by defin connection: local collections: - - nextcloud.admin + - nextcloud.nextcloud tasks: - name: deploy nextcloud and dependencies include_role: - name: install_nextcloud + name: install # previously: # name: aalaesar.install_nextcloud ``` diff --git a/galaxy.yml b/galaxy.yml index 65723674..1cb87ca6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -6,7 +6,7 @@ namespace: nextcloud # The name of the collection. Has the same character restrictions as 'namespace' -name: admin +name: nextcloud # The version of the collection. Must be compatible with semantic versioning version: 2.0.1 diff --git a/molecule/default/latest-converge.yml b/molecule/default/latest-converge.yml index cdc9d912..3fb30bf9 100644 --- a/molecule/default/latest-converge.yml +++ b/molecule/default/latest-converge.yml @@ -24,4 +24,4 @@ - external - mail roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install diff --git a/molecule/default/nc24-converge.yml b/molecule/default/nc24-converge.yml index 2400b2cd..4511dfa9 100644 --- a/molecule/default/nc24-converge.yml +++ b/molecule/default/nc24-converge.yml @@ -25,4 +25,4 @@ - external - mail roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install diff --git a/molecule/default/nc25-converge.yml b/molecule/default/nc25-converge.yml index 38bc8644..3163cedd 100644 --- a/molecule/default/nc25-converge.yml +++ b/molecule/default/nc25-converge.yml @@ -25,4 +25,4 @@ - external - mail roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install diff --git a/molecule/default/roles/test_install_nextcloud/tasks/main.yml b/molecule/default/roles/test_install/tasks/main.yml similarity index 100% rename from molecule/default/roles/test_install_nextcloud/tasks/main.yml rename to molecule/default/roles/test_install/tasks/main.yml diff --git a/molecule/default/roles/test_install_nextcloud/tasks/test_config_php.yml b/molecule/default/roles/test_install/tasks/test_config_php.yml similarity index 100% rename from molecule/default/roles/test_install_nextcloud/tasks/test_config_php.yml rename to molecule/default/roles/test_install/tasks/test_config_php.yml diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 3423dc68..62006ce3 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -4,11 +4,11 @@ gather_facts: true vars: # load configurations references - os_config_ref: "{{ lookup('ansible.builtin.template', '../../roles/install_nextcloud/defaults/os_config_ref.yml') | from_yaml }}" + os_config_ref: "{{ lookup('ansible.builtin.template', '../../roles/install/defaults/os_config_ref.yml') | from_yaml }}" vars_files: - - ../../roles/install_nextcloud/defaults/main.yml + - ../../roles/install/defaults/main.yml tasks: - - name: "Include test_install_nextcloud" + - name: "Include test_install" ansible.builtin.import_role: - name: "test_install_nextcloud" + name: "test_install" diff --git a/plugins/modules/run_occ.py b/plugins/modules/run_occ.py index c09ac9c1..6cd0efad 100644 --- a/plugins/modules/run_occ.py +++ b/plugins/modules/run_occ.py @@ -43,7 +43,7 @@ unless it is run as the user that own the occ tool. extends_documentation_fragment: - - nextcloud.admin.occ_common_options + - nextcloud.nextcloud.occ_common_options options: command: @@ -61,14 +61,14 @@ EXAMPLES = r""" - name: get nextcloud basic info status - nextcloud.admin.run_occ: + nextcloud.nextcloud.run_occ: command: status --output=json nextcloud_path: /var/lib/www/nextcloud changed_when: false register: nc_status - name: install an application - nextcloud.admin.run_occ: + nextcloud.nextcloud.run_occ: command: app:install notes nextcloud_path: /var/lib/www/nextcloud """ @@ -102,8 +102,8 @@ """ import copy from ansible.module_utils.basic import AnsibleModule, missing_required_lib -from ansible_collections.nextcloud.admin.plugins.module_utils.occ import run_occ -from ansible_collections.nextcloud.admin.plugins.module_utils.occ_args_common import ( +from ansible_collections.nextcloud.nextcloud.plugins.module_utils.occ import run_occ +from ansible_collections.nextcloud.nextcloud.plugins.module_utils.occ_args_common import ( OCC_ARGS_SPEC, ) diff --git a/roles/backup/README.md b/roles/backup/README.md index ffd03368..322ac8fd 100644 --- a/roles/backup/README.md +++ b/roles/backup/README.md @@ -125,7 +125,7 @@ None ```yaml - hosts: nextcloud roles: - - role: nextcloud.admin.backup + - role: nextcloud.nextcloud.backup ``` ### Making a partial backup with only the app_data @@ -133,7 +133,7 @@ None ```yaml - hosts: nextcloud roles: - - role: nextcloud.admin.backup + - role: nextcloud.nextcloud.backup vars: nextcloud_backup_suffix: _only_app_data nextcloud_backup_user: false diff --git a/roles/install_nextcloud/README.md b/roles/install/README.md similarity index 98% rename from roles/install_nextcloud/README.md rename to roles/install/README.md index c5945054..eb21eab0 100644 --- a/roles/install_nextcloud/README.md +++ b/roles/install/README.md @@ -1,4 +1,4 @@ -# Ansible role: install_nextcloud +# Ansible role: install This role installs and configures an Nextcloud instance for a Debian/Ubuntu server. @@ -34,7 +34,7 @@ This role requires root access, so either configure it in your inventory files, - hosts: dnsserver become: true roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install ``` ## Dependencies @@ -570,7 +570,7 @@ In some case, you may want to deploy quickly many instances of Nextcloud on mult --- - hosts: server roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install ``` - This will install a Nextcloud instance in /opt/nextcloud using apache2 and mysql. @@ -584,7 +584,7 @@ You can choose the version channel to download a specific version of nextcloud. --- - hosts: server roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install nextcloud_version_channel: "daily" nextcloud_version_major: "master" ``` @@ -594,7 +594,7 @@ This role is not designed to manage letsencrypt certificates. However you can st You must create first your certificates using a letsencrypt ACME client or an Ansible role like [this one] (https://github.com/jaywink/ansible-letsencrypt) -then call _install_nextcloud_ by setting `nextcloud_tls_cert_method: "installed"` +then call _install_ by setting `nextcloud_tls_cert_method: "installed"` Here 2 examples for apache and nginx (because they have slightly different configurations) @@ -602,7 +602,7 @@ Here 2 examples for apache and nginx (because they have slightly different confi --- - hosts: apache_server roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install nextcloud_trusted_domain: - "example.com" nextcloud_tls_cert_method: "installed" @@ -612,7 +612,7 @@ Here 2 examples for apache and nginx (because they have slightly different confi - hosts: nginx_server roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install nextcloud_trusted_domain: - "example2.com" nextcloud_tls_cert_method: "installed" @@ -634,7 +634,7 @@ He can run the role with the following variables to install Nextcloud accordingl --- - hosts: server roles: - - role: nextcloud.admin.install_nextcloud + - role: nextcloud.nextcloud.install nextcloud_version_major: 25 nextcloud_trusted_domain: - "cloud.example.tld" diff --git a/roles/install_nextcloud/defaults/main.yml b/roles/install/defaults/main.yml similarity index 100% rename from roles/install_nextcloud/defaults/main.yml rename to roles/install/defaults/main.yml diff --git a/roles/install_nextcloud/defaults/os_config_ref.yml b/roles/install/defaults/os_config_ref.yml similarity index 100% rename from roles/install_nextcloud/defaults/os_config_ref.yml rename to roles/install/defaults/os_config_ref.yml diff --git a/roles/install_nextcloud/files/mysql_nextcloud.cnf b/roles/install/files/mysql_nextcloud.cnf similarity index 100% rename from roles/install_nextcloud/files/mysql_nextcloud.cnf rename to roles/install/files/mysql_nextcloud.cnf diff --git a/roles/install_nextcloud/files/nextcloud_choosing_version.png b/roles/install/files/nextcloud_choosing_version.png similarity index 100% rename from roles/install_nextcloud/files/nextcloud_choosing_version.png rename to roles/install/files/nextcloud_choosing_version.png diff --git a/roles/install_nextcloud/files/nextcloud_custom_mimetypemapping.json b/roles/install/files/nextcloud_custom_mimetypemapping.json similarity index 100% rename from roles/install_nextcloud/files/nextcloud_custom_mimetypemapping.json rename to roles/install/files/nextcloud_custom_mimetypemapping.json diff --git a/roles/install_nextcloud/files/nextcloud_file_name.xml b/roles/install/files/nextcloud_file_name.xml similarity index 100% rename from roles/install_nextcloud/files/nextcloud_file_name.xml rename to roles/install/files/nextcloud_file_name.xml diff --git a/roles/install_nextcloud/handlers/main.yml b/roles/install/handlers/main.yml similarity index 100% rename from roles/install_nextcloud/handlers/main.yml rename to roles/install/handlers/main.yml diff --git a/roles/install_nextcloud/meta/main.yml b/roles/install/meta/main.yml similarity index 94% rename from roles/install_nextcloud/meta/main.yml rename to roles/install/meta/main.yml index 20e45682..abc310e3 100644 --- a/roles/install_nextcloud/meta/main.yml +++ b/roles/install/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: author: aalaesar - role_name: install_nextcloud + role_name: install description: Install Nextcloud server like you want ! Apache2 or Nginx ? MariaDB or PostgresQL ? You choose, you watch, it works ! license: BSD diff --git a/roles/install_nextcloud/tasks/db_mysql.yml b/roles/install/tasks/db_mysql.yml similarity index 100% rename from roles/install_nextcloud/tasks/db_mysql.yml rename to roles/install/tasks/db_mysql.yml diff --git a/roles/install_nextcloud/tasks/db_postgresql.yml b/roles/install/tasks/db_postgresql.yml similarity index 100% rename from roles/install_nextcloud/tasks/db_postgresql.yml rename to roles/install/tasks/db_postgresql.yml diff --git a/roles/install_nextcloud/tasks/http_apache.yml b/roles/install/tasks/http_apache.yml similarity index 100% rename from roles/install_nextcloud/tasks/http_apache.yml rename to roles/install/tasks/http_apache.yml diff --git a/roles/install_nextcloud/tasks/http_nginx.yml b/roles/install/tasks/http_nginx.yml similarity index 100% rename from roles/install_nextcloud/tasks/http_nginx.yml rename to roles/install/tasks/http_nginx.yml diff --git a/roles/install_nextcloud/tasks/main.yml b/roles/install/tasks/main.yml similarity index 100% rename from roles/install_nextcloud/tasks/main.yml rename to roles/install/tasks/main.yml diff --git a/roles/install_nextcloud/tasks/nc_apps.yml b/roles/install/tasks/nc_apps.yml similarity index 100% rename from roles/install_nextcloud/tasks/nc_apps.yml rename to roles/install/tasks/nc_apps.yml diff --git a/roles/install_nextcloud/tasks/nc_download.yml b/roles/install/tasks/nc_download.yml similarity index 100% rename from roles/install_nextcloud/tasks/nc_download.yml rename to roles/install/tasks/nc_download.yml diff --git a/roles/install_nextcloud/tasks/nc_installation.yml b/roles/install/tasks/nc_installation.yml similarity index 100% rename from roles/install_nextcloud/tasks/nc_installation.yml rename to roles/install/tasks/nc_installation.yml diff --git a/roles/install_nextcloud/tasks/php_install.yml b/roles/install/tasks/php_install.yml similarity index 100% rename from roles/install_nextcloud/tasks/php_install.yml rename to roles/install/tasks/php_install.yml diff --git a/roles/install_nextcloud/tasks/redis_server.yml b/roles/install/tasks/redis_server.yml similarity index 100% rename from roles/install_nextcloud/tasks/redis_server.yml rename to roles/install/tasks/redis_server.yml diff --git a/roles/install_nextcloud/tasks/setup_env.yml b/roles/install/tasks/setup_env.yml similarity index 100% rename from roles/install_nextcloud/tasks/setup_env.yml rename to roles/install/tasks/setup_env.yml diff --git a/roles/install_nextcloud/tasks/tls_installed.yml b/roles/install/tasks/tls_installed.yml similarity index 100% rename from roles/install_nextcloud/tasks/tls_installed.yml rename to roles/install/tasks/tls_installed.yml diff --git a/roles/install_nextcloud/tasks/tls_selfsigned.yml b/roles/install/tasks/tls_selfsigned.yml similarity index 100% rename from roles/install_nextcloud/tasks/tls_selfsigned.yml rename to roles/install/tasks/tls_selfsigned.yml diff --git a/roles/install_nextcloud/tasks/tls_signed.yml b/roles/install/tasks/tls_signed.yml similarity index 100% rename from roles/install_nextcloud/tasks/tls_signed.yml rename to roles/install/tasks/tls_signed.yml diff --git a/roles/install_nextcloud/tasks/websrv_install.yml b/roles/install/tasks/websrv_install.yml similarity index 100% rename from roles/install_nextcloud/tasks/websrv_install.yml rename to roles/install/tasks/websrv_install.yml diff --git a/roles/install_nextcloud/templates/apache2_nc.j2 b/roles/install/templates/apache2_nc.j2 similarity index 100% rename from roles/install_nextcloud/templates/apache2_nc.j2 rename to roles/install/templates/apache2_nc.j2 diff --git a/roles/install_nextcloud/templates/concatenate.j2 b/roles/install/templates/concatenate.j2 similarity index 100% rename from roles/install_nextcloud/templates/concatenate.j2 rename to roles/install/templates/concatenate.j2 diff --git a/roles/install_nextcloud/templates/nginx_nc.j2 b/roles/install/templates/nginx_nc.j2 similarity index 100% rename from roles/install_nextcloud/templates/nginx_nc.j2 rename to roles/install/templates/nginx_nc.j2 diff --git a/roles/install_nextcloud/templates/nginx_php_handler.j2 b/roles/install/templates/nginx_php_handler.j2 similarity index 100% rename from roles/install_nextcloud/templates/nginx_php_handler.j2 rename to roles/install/templates/nginx_php_handler.j2 diff --git a/roles/install_nextcloud/templates/redis.conf.j2 b/roles/install/templates/redis.conf.j2 similarity index 100% rename from roles/install_nextcloud/templates/redis.conf.j2 rename to roles/install/templates/redis.conf.j2 diff --git a/roles/install_nextcloud/templates/root-my.cnf.j2 b/roles/install/templates/root-my.cnf.j2 similarity index 100% rename from roles/install_nextcloud/templates/root-my.cnf.j2 rename to roles/install/templates/root-my.cnf.j2 diff --git a/roles/install_nextcloud/vars/main.yml b/roles/install/vars/main.yml similarity index 100% rename from roles/install_nextcloud/vars/main.yml rename to roles/install/vars/main.yml diff --git a/tests/nextcloud_mariadb.yml b/tests/nextcloud_mariadb.yml index 3718d7ba..3b7e1ffe 100644 --- a/tests/nextcloud_mariadb.yml +++ b/tests/nextcloud_mariadb.yml @@ -19,7 +19,7 @@ - curl roles: - - nextcloud.admin.install_nextcloud + - nextcloud.nextcloud.install vars: nextcloud_db_backend: "mariadb" diff --git a/tests/nextcloud_mysql.yml b/tests/nextcloud_mysql.yml index c6e3a829..a2572053 100644 --- a/tests/nextcloud_mysql.yml +++ b/tests/nextcloud_mysql.yml @@ -19,7 +19,7 @@ - curl roles: - - nextcloud.admin.install_nextcloud + - nextcloud.nextcloud.install vars: nextcloud_db_backend: "mysql" diff --git a/tests/nextcloud_nginx.yml b/tests/nextcloud_nginx.yml index 3c6279d2..d4206758 100644 --- a/tests/nextcloud_nginx.yml +++ b/tests/nextcloud_nginx.yml @@ -19,7 +19,7 @@ - curl roles: - - nextcloud.admin.install_nextcloud + - nextcloud.nextcloud.install vars: nextcloud_db_backend: "mariadb" diff --git a/tests/nextcloud_psql.yml b/tests/nextcloud_psql.yml index d59eb43e..fa55dead 100644 --- a/tests/nextcloud_psql.yml +++ b/tests/nextcloud_psql.yml @@ -19,7 +19,7 @@ - curl roles: - - nextcloud.admin.install_nextcloud + - nextcloud.nextcloud.install vars: nextcloud_db_backend: "pgsql"