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 c0c5244 commit 3552f99Copy full SHA for 3552f99
Dockerfile
@@ -5,5 +5,6 @@ RUN dnf install python3-pip -y
5
RUN pip3 install pip --upgrade
6
RUN pip3 install ansible-core
7
RUN ansible-galaxy collection install awx.awx
8
+RUN ansible-galaxy collection install community.general
9
RUN chmod +x /entrypoint.sh
10
ENTRYPOINT ["/entrypoint.sh"]
entrypoint.sh
@@ -25,6 +25,7 @@ echo "JOB_TEMPLATE being executed $JOB_TEMPLATE"
25
tee ansible.cfg << EOF
26
[defaults]
27
COLLECTIONS_PATHS = /root/.ansible/collections
28
+stdout_callback=community.general.yaml
29
30
EOF
31
0 commit comments