Add lookup_plugins path in ansible.cfg

certbot_on_virtu
_pollion 2020-08-09 18:36:17 +02:00
parent d327783bd3
commit 756f2e35b1
1 changed files with 1 additions and 0 deletions

View File

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