webapps/nextcloud: Add condition for archive tasks
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2683|7|2676|7|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/454//ansiblelint">Evolix » ansible-roles » unstable #454</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Alexis Ben Miloud--Josselin 2024-01-23 16:35:31 +01:00
parent 30bd72614d
commit 9b67202acc
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* webapps/nextcloud: Add condition for config tasks
* webapps/nextcloud: Added var nextcloud_user_uid to enforce uid for nextcloud user
* webapps/nextcloud: Set ownership and permissions of data directory
* webapps/nextcloud: Add condition for archive tasks
### Changed

View file

@ -18,4 +18,5 @@ nextcloud_db_name: "{{ nextcloud_instance_name }}"
nextcloud_admin_login: "admin"
nextcloud_admin_password: ""
nextcloud_get_archive: True
nextcloud_do_config: True

View file

@ -48,6 +48,7 @@
- ansible.builtin.include: user.yml
- ansible.builtin.include: archive.yml
when: nextcloud_get_archive
- ansible.builtin.include: apache-vhost.yml