From f4b6ee08a81773ce85f07b8d3e1992e654c02c76 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 9 Nov 2024 03:52:22 +0100 Subject: [PATCH] refactor(cfg): remove special paths to roles/collections --- ansible.cfg | 3 --- playbooks/roles | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) create mode 120000 playbooks/roles diff --git a/ansible.cfg b/ansible.cfg index 51207ef..02172a6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,4 @@ [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 inventory = ./inventory diff --git a/playbooks/roles b/playbooks/roles new file mode 120000 index 0000000..d8c4472 --- /dev/null +++ b/playbooks/roles @@ -0,0 +1 @@ +../roles \ No newline at end of file