Skip to content

Commit

Permalink
oci-env LDAP and Keycloak test fix (#2406)
Browse files Browse the repository at this point in the history
pre-create ~/.ansible/roles and add perms
  • Loading branch information
jerabekjiri authored Jan 17, 2025
1 parent 2b266b0 commit fde43ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profiles/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ RUN bash profiles/base/setup_venv.sh
# that doesn't create /run/postgresql directory
RUN mkdir -p /run/postgresql && chown postgres:postgres /run/postgresql

# fixes FileNotFoundError: [Errno 2] No such file or directory: \'/.ansible/roles\'
# for collection import galaxy-importer
RUN mkdir -p ~/.ansible/roles/
RUN chmod -R 775 ~/.ansible

WORKDIR /

0 comments on commit fde43ff

Please sign in to comment.