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
81a0905c
Commit
81a0905c
authored
Nov 23, 2021
by
nono
💻
Browse files
Fix accès à la variable
parent
2d0e22e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/dependencies.yml
View file @
81a0905c
...
...
@@ -18,12 +18,12 @@
-
name
:
Affichage du hash
debug
:
msg
:
Hash trouvé "{{ don_checksum_composer_installer }}"
msg
:
Hash trouvé "{{ don_checksum_composer_installer
.stat.checksum
}}"
-
name
:
Vérification du hash
fail
:
msg
:
Le hash de l'installeur ne correspond pas !
when
:
don_checksum_composer_installer != "906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8
*composer-setup.php
"
when
:
don_checksum_composer_installer
.stat.checksum
!= "906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8"
# php composer-setup.php --install-dir=bin --filename=composer
-
name
:
Installation de composer
...
...
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