Skip to content
Snippets Groups Projects
Commit 7e3d85c8 authored by Radosław Piliszek's avatar Radosław Piliszek :flag_ua:
Browse files

Fix ansible_user

parent 15cd2e06
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
[vms:vars]
ansible_connection=ssh
ansible_user=ubuntu #vm user variable potentialy
ansible_user=ubuntu
ansible_ssh_private_key_file=ssh_key
\ No newline at end of file
......@@ -3,5 +3,5 @@
[vms:vars]
ansible_connection=ssh
ansible_user=ubuntu #vm user variable potentialy
ansible_user=ubuntu
ansible_ssh_private_key_file=ssh_key
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment