Skip to content
Snippets Groups Projects
Commit f725cf34 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct syntax for ansible JSON params

parent 86a1f2d2
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,6 @@ deploy-webserver:
- pip3.5 install ansible
- cd ansible
- whoami
- ansible-playbook -vvv -i ./hosts_deploy deploy.yaml --extra-vars {deploy_user_name:"jass", docker:false, repo_api_token:"$REPO_API_TOKEN"}
- ansible-playbook -vvv -i ./hosts_deploy deploy.yaml --extra-vars "@params-server.json"
only:
- master
{
"deploy_user_name":"jass",
"docker":false,
"repo_api_token":"$REPO_API_TOKEN"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment