ansible.cfg: set lookup_plugins to ./ansible/lookup_plugins
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b785e3e862
commit
ba18ab13f8
|
@ -2,6 +2,7 @@
|
|||
forks = 30
|
||||
timeout = 30
|
||||
inventory = ./ansible/terraform.py
|
||||
lookup_plugins = ./ansible/lookup_plugins
|
||||
remote_user = admin
|
||||
module_name = shell
|
||||
host_key_checking = false
|
||||
|
|
Loading…
Reference in New Issue