Skip to content

Commit

Permalink
docker: print used versions (#1763)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Feb 18, 2025
1 parent 98f2eaa commit 3dcae50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
docker_cli_version: "{{ __docker_cli_version }}"
when: docker_cli_version|default(None) == None

- name: Print used docker version
ansible.builtin.debug:
var: docker_version

- name: Print used docker cli version
ansible.builtin.debug:
var: docker_cli_version

- name: Include block storage tasks
ansible.builtin.include_tasks: storage-block.yml
when: docker_configure_storage_block_device|bool
Expand Down

0 comments on commit 3dcae50

Please sign in to comment.