Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NextCloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
NextCloud
Commits
592d5825
Commit
592d5825
authored
6 months ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update to 29.0.7
parent
b3ad0032
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
tasks/install.yml
+2
-0
2 additions, 0 deletions
tasks/install.yml
with
3 additions
and
1 deletion
defaults/main.yml
+
1
−
1
View file @
592d5825
---
nextcloud_version
:
29.0.
6
nextcloud_version
:
29.0.
7
nextcloud_mode
:
apache
nextcloud_plugins
:
-
announcementcenter
...
...
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
2
−
0
View file @
592d5825
...
...
@@ -49,6 +49,8 @@
application_root
:
'
{{
dataRoot
}}.backup'
application_backup_source
:
'
{{
dataRoot
}}'
when
:
nextcloud_mode == 'docker' and nextcloud.borg_repo is defined
tags
:
-
deploy
-
name
:
Enable Maintenance Mode
command
:
'
{{
php_command
}}
./occ
maintenance:mode
--on
--no-interaction
--no-warnings'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment