From d98afd7a7ff886c447fa38ffd9fe8fc3a7dbbfbb Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Wed, 19 Mar 2025 16:52:58 -0400 Subject: [PATCH] Update collection and role paths in ansible.cfg --- ansible.cfg | 4 ++-- openshift/gitlab.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 31f9730..9bf0cb4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,6 @@ [defaults] -collections_path=./collections -roles_path=./roles +collections_path=./collections:/usr/share/ansible/collections +roles_path=./roles:/usr/share/ansible/roles [galaxy] server_list = certified,validated,galaxy diff --git a/openshift/gitlab.yml b/openshift/gitlab.yml index 708f892..1424a64 100644 --- a/openshift/gitlab.yml +++ b/openshift/gitlab.yml @@ -164,4 +164,4 @@ ansible.builtin.debug: msg: "{{ msg.split('\n') }}" -... \ No newline at end of file +...