run_as true added
This commit is contained in:
parent
a2b94ea37f
commit
c86e4ab239
@ -131,4 +131,5 @@ hosts:
|
|||||||
port: {{ api['port'] }}
|
port: {{ api['port'] }}
|
||||||
username: {{ api['username'] }}
|
username: {{ api['username'] }}
|
||||||
password: "{{ api['password'] }}"
|
password: "{{ api['password'] }}"
|
||||||
|
run_as: true
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user