Skip to content

Commit

Permalink
PMM-12530 provision deps for the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 14, 2023
1 parent f5b1805 commit d5b67a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/docker/server/Dockerfile.el9.base
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ COPY ansible /opt/ansible
# NOTE: this needs to be refactored, since some of the playbooks are duplicates
RUN cp -r /opt/ansible/roles /opt/ansible/pmm-docker/roles

# RUN ansible-playbook -vvv -i 'localhost,' -c local /opt/ansible/pmm-docker/main.yml \
RUN ansible-playbook -vvv -i 'localhost,' -c local /opt/ansible/pmm-docker/main.yml \
&& rm -rf /tmp/RPMS

# && ansible-playbook -vvv -i 'localhost,' -c local /usr/share/pmm-update/ansible/playbook/tasks/update.yml \
# && ansible-playbook -vvv -i 'localhost,' -c local /opt/ansible/pmm/post-build-actions.yml

Expand Down

0 comments on commit d5b67a1

Please sign in to comment.