Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
don-lqdn
Commits
6ad7ab0f
Commit
6ad7ab0f
authored
Nov 23, 2021
by
nono
💻
Browse files
Fix composer install
parent
81a0905c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/dependencies.yml
View file @
6ad7ab0f
...
...
@@ -27,7 +27,7 @@
# php composer-setup.php --install-dir=bin --filename=composer
-
name
:
Installation de composer
shell
:
php composer-setup.php --install-dir=/usr/local/bin/
composer
--filename=composer >> composer_install_$(date --iso).txt
shell
:
php composer-setup.php --install-dir=/usr/local/bin/ --filename=composer >> composer_install_$(date --iso).txt
args
:
chdir
:
/home/don
...
...
@@ -41,6 +41,11 @@
register
:
composer_output_install
failed_when
:
composer_output_install.rc != 0 or composer_output_install.rc >=
0
-
name
:
Création du dossier de don
file
:
state
:
present
path
:
/home/don/don/
-
name
:
Installation de Phinx
shell
:
composer require robmorgan/phinx
args
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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