refactor(cfg): remove special paths to roles/collections
This commit is contained in:
parent
3fe405face
commit
f4b6ee08a8
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
roles_path = ./roles:$HOME/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
|
|
||||||
collections_path = ./collections:$HOME/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections
|
|
||||||
|
|
||||||
playbook_dir = ./playbooks
|
playbook_dir = ./playbooks
|
||||||
inventory = ./inventory
|
inventory = ./inventory
|
||||||
|
|
||||||
|
|
1
playbooks/roles
Symbolic link
1
playbooks/roles
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../roles
|
Loading…
Add table
Reference in a new issue