Skip to content
Snippets Groups Projects
Commit 5ae712fe authored by nimrod's avatar nimrod
Browse files

- Added connection option to ansible-playbook to connect to the Docker...

- Added connection option to ansible-playbook to connect to the Docker container and not SSH somewhere.
parent 7f019325
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@ before_script:
script:
- pre-commit run --all-files
- ansible-playbook -i $(echo $DOCKER | sed 's/:/_/g'), playbook.yml
- ansible-playbook -i $(echo $DOCKER | sed 's/:/_/g'), -c docker playbook.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment