Add lookup_plugins path in ansible.cfg
parent
d327783bd3
commit
756f2e35b1
|
@ -5,6 +5,7 @@
|
|||
# Explicitely redefined some defaults to make play execution work
|
||||
roles_path = ./roles
|
||||
vars_plugins = ./vars_plugins
|
||||
lookup_plugins = ./lookup_plugins
|
||||
|
||||
# Do not create .retry files
|
||||
retry_files_enabled = False
|
||||
|
|
Loading…
Reference in New Issue