Skip to content
Snippets Groups Projects
Commit 5542f7bd authored by Sven Marcus's avatar Sven Marcus
Browse files

Run ansible-playbook in verbose mode

parent ac0a3e54
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ deploy_to_phoenix:
- pip3 install ansible
script:
- ansible-playbook -i ansible/hosts.cfg ansible/playbook.yml
- ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook.yml -vvv
parallel:
matrix:
......
- hosts: targets
remote_user: y0054816
tasks:
- name: Create remote VirtualFluids_dev dir
command: mkdir ~/VirtualFluids_dev
......
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