We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b266b0 commit fde43ffCopy full SHA for fde43ff
profiles/base/Dockerfile
@@ -25,4 +25,9 @@ RUN bash profiles/base/setup_venv.sh
25
# that doesn't create /run/postgresql directory
26
RUN mkdir -p /run/postgresql && chown postgres:postgres /run/postgresql
27
28
+# fixes FileNotFoundError: [Errno 2] No such file or directory: \'/.ansible/roles\'
29
+# for collection import galaxy-importer
30
+RUN mkdir -p ~/.ansible/roles/
31
+RUN chmod -R 775 ~/.ansible
32
+
33
WORKDIR /
0 commit comments