Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pâquerette
Infrastructure
Ansible Pâquerette
Commits
23d3f857
Commit
23d3f857
authored
Jul 01, 2022
by
Pâquerette Instance
Browse files
Add php_version
parent
b3b880d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/nextcloud_instance/tasks/upgrade.yml
View file @
23d3f857
...
...
@@ -44,7 +44,7 @@
name
:
_app_backup_instance
-
name
:
"
backup
app
list"
shell
:
"
php
{{
www_root
}}/{{
app_instance_id}}/occ
app:list
>
{{
backup_version_dir
}}/{{
app_instance_id
}}/{{
app_old_version
}}/app.list"
shell
:
"
php
{{
php_version
}}
{{
www_root
}}/{{
app_instance_id}}/occ
app:list
>
{{
backup_version_dir
}}/{{
app_instance_id
}}/{{
app_old_version
}}/app.list"
become_user
:
"
www-data"
vars
:
ansible_ssh_pipelining
:
true
...
...
@@ -117,7 +117,7 @@
service
:
name={{ rev_proxy }} state=reloaded
-
name
:
"
perform
nextcloud
upgrade"
command
:
"
php
{{
www_root
}}/{{
app_instance_id
}}/occ
upgrade"
command
:
"
php
{{
php_version}}
{{
www_root
}}/{{
app_instance_id
}}/occ
upgrade"
become_user
:
"
www-data"
vars
:
ansible_ssh_pipelining
:
true
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment