Add print commit.

This commit is contained in:
yohan 2024-06-07 01:58:00 +02:00
parent 71c11d3fe1
commit bbf9d3c0c5

View File

@ -12,6 +12,8 @@
set_fact: set_fact:
commit: "{{ git.after[0:10] }}" commit: "{{ git.after[0:10] }}"
- debug: var=commit
- name: Build {{ image.name }} image - name: Build {{ image.name }} image
containers.podman.podman_image: containers.podman.podman_image:
name: "{{ image.name }}" name: "{{ image.name }}"