diff options
Diffstat (limited to 'home/.ansible.cfg')
| -rw-r--r-- | home/.ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.ansible.cfg b/home/.ansible.cfg index 4073efd..1ff0247 100644 --- a/home/.ansible.cfg +++ b/home/.ansible.cfg @@ -222,6 +222,7 @@ private_key_file=~/.ssh/20231024bbox # (pathspec) Colon separated paths in which Ansible will search for Roles. ;roles_path={{ ANSIBLE_HOME ~ "/roles:/usr/share/ansible/roles:/etc/ansible/roles" }} +roles_path=.ansible/roles # (string) Set the main callback used to display Ansible output. You can only have one at a time. # You can have many other callbacks, but just one can be in charge of stdout. |
