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 c7b5fd9 commit 26986a1Copy full SHA for 26986a1
Dockerfile
@@ -18,11 +18,14 @@ RUN addgroup -S ansible && \
18
pip3 install --upgrade pip && \
19
pip3 install dnspython && \
20
pip3 install netaddr && \
21
- pip3 install jmespath
+ pip3 install jmespath && \
22
+ mkdir /ansible-playbook-base/ /ansible-playbook && \
23
+ chown -R ansible:ansible /ansible /ansible-playbook-base/ /ansible-playbook
24
-COPY ansible.cfg /ansible-playbook-base/
25
COPY entrypoint.sh /
26
27
USER ansible
28
29
+COPY ansible.cfg /ansible-playbook-base/
30
+
31
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments