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 +...