Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 4744ec7

Browse files
author
Aleksandar Straumann
committed
Point ansible inventory to home directory
1 parent 90416ec commit 4744ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robot_api/configs/default_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"active_conf" : "docker_active/Dockerfile.HTTPScreenshot",
254254
"ansible_arguments" : {
255255
"config" : "$config/httpscreenshot_play.yml",
256-
"flags": "-e '$extra' -i configs/ansible_inventory",
256+
"flags": "-e '$extra' -i ~/.drrobot/ansible_inventory",
257257
"extra_flags":{
258258
"1" : "variable_host=localhost",
259259
"2" : "variable_user=user",
@@ -276,7 +276,7 @@
276276
"active_conf" : "docker_active/Dockerfile.Eyewitness",
277277
"ansible_arguments" : {
278278
"config" : "$config/eyewitness_play.yml",
279-
"flags": "-e '$extra' -i configs/ansible_inventory",
279+
"flags": "-e '$extra' -i ~/.drrobot/ansible_inventory",
280280
"extra_flags":{
281281
"1" : "variable_host=localhost",
282282
"2" : "variable_user=user",

0 commit comments

Comments
 (0)