Skip to content

Commit

Permalink
Include lookup plugins from common_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Apr 13, 2018
1 parent dde2217 commit 72a2bc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible.cfg
Expand Up @@ -3,11 +3,10 @@
# don't create .retry files on failure
retry_files_enabled = False

# include roles from galaxyproject/ansible-common-roles
# include things from galaxyproject/ansible-common-roles
roles_path = roles:common_roles

# include filter plugins from galaxyproject/ansible-common-roles
filter_plugins = common_roles/filter_plugins
lookup_plugins = common_roles/lookup_plugins

# include modules from library
library = library
Expand Down

0 comments on commit 72a2bc0

Please sign in to comment.