Skip to content

Commit

Permalink
ci: debug ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-vavra-cz committed Jun 5, 2024
1 parent 4c68ff2 commit dddbbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function build_base_image {
base_install_python
fi

ansible-playbook --limit "`echo $name | sed -r 's/-/_/g'`" ./ansible/playbook_image_base.yml
ansible-playbook -vvv --limit "`echo $name | sed -r 's/-/_/g'`" ./ansible/playbook_image_base.yml
${DOCKER} stop sssd-wip-base
${DOCKER} commit \
--change 'CMD ["/sbin/init"]' \
Expand Down

0 comments on commit dddbbf9

Please sign in to comment.