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

Set remote user in Ansible playbook

parent 1fd81588
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ test_python_bindings: ...@@ -68,6 +68,7 @@ test_python_bindings:
deploy_to_phoenix: deploy_to_phoenix:
stage: deploy stage: deploy
needs: ["build"]
before_script: before_script:
- pip3 install ansible - pip3 install ansible
......
- hosts: targets - hosts: targets
remote_user: y0054816
tasks: tasks:
- name: Copy VirtualFluids_dev folder - name: Copy VirtualFluids_dev folder
copy: copy:
......
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