Skip to content
Snippets Groups Projects
Commit 61ac5621 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set roles_path to be more inclusive so roles will work even if they're...

fix: set roles_path to be more inclusive so roles will work even if they're checked out to a non-standard path
parent 59d57b0c
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,10 @@ strategy = free ...@@ -21,6 +21,10 @@ strategy = free
# Set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1 # Set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
nocows = 1 nocows = 1
# Custom role path that guarantees roles are always found, no matter where a
# user checks them out.
roles_path = ../:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
[inventory] [inventory]
# Ignore these extensions when parsing a directory as inventory source. # Ignore these extensions when parsing a directory as inventory source.
ignore_extensions = .pyc, .pyo, .swp, .bak, ~, .rpm, .md, .txt, ~, .orig, .ini, .cfg, .retry ignore_extensions = .pyc, .pyo, .swp, .bak, ~, .rpm, .md, .txt, ~, .orig, .ini, .cfg, .retry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment