ansible.cfg: set lookup_plugins to ./ansible/lookup_plugins

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-08-17 11:44:57 +02:00
parent b785e3e862
commit ba18ab13f8
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -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