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
e7130db1
Commit
e7130db1
authored
Oct 07, 2022
by
Pâquerette Instance
Browse files
[fix] Suppression du composer.lock
parent
ddea06c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/adm_instance/tasks/postinstall.yml
View file @
e7130db1
...
...
@@ -7,6 +7,13 @@
tags
:
-
postinstall
-
name
:
"
remove
composer.lock
directory"
file
:
path
:
"
{{
app_instance_root
}}/composer.lock"
state
:
absent
tags
:
-
postinstall
-
name
:
"
installs
php
requirements
using
composer"
become_user
:
"
{{
run_user
}}"
command
:
"
/usr/bin/php{{
php_version
}}
/usr/local/bin/composer
-n
update"
...
...
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