Skip to content

Commit 3552f99

Browse files
committed
syncing results
1 parent c0c5244 commit 3552f99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RUN dnf install python3-pip -y
55
RUN pip3 install pip --upgrade
66
RUN pip3 install ansible-core
77
RUN ansible-galaxy collection install awx.awx
8+
RUN ansible-galaxy collection install community.general
89
RUN chmod +x /entrypoint.sh
910
ENTRYPOINT ["/entrypoint.sh"]

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo "JOB_TEMPLATE being executed $JOB_TEMPLATE"
2525
tee ansible.cfg << EOF
2626
[defaults]
2727
COLLECTIONS_PATHS = /root/.ansible/collections
28+
stdout_callback=community.general.yaml
2829
2930
EOF
3031

0 commit comments

Comments
 (0)