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
bf448107
Commit
bf448107
authored
May 12, 2022
by
nono
💻
Browse files
Mise à jour du checksum de l'installer, et ajout d'une variable pour
cette valeur.
parent
5295c6cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
bf448107
...
...
@@ -3,6 +3,9 @@
don_user_password
:
"
change_this_password"
# Hash of the installer for composer.
don_checksum_needed
:
"
55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae"
# SQL
don_sql_database
:
"
don"
don_sql_user
:
"
don"
...
...
tasks/dependencies.yml
View file @
bf448107
...
...
@@ -17,7 +17,7 @@
-
name
:
Vérification du hash
fail
:
msg
:
Le hash de l'installeur ne correspond pas !
when
:
don_checksum_composer_installer.stat.checksum !=
"906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8"
when
:
don_checksum_composer_installer.stat.checksum !=
don_checksum_needed
# php composer-setup.php --install-dir=bin --filename=composer
-
name
:
Installation de composer
...
...
Write
Preview
Supports
Markdown
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