Skip to content

Commit

Permalink
Fix typo in debug task (#2590)
Browse files Browse the repository at this point in the history
Related to 052e65d

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jan 17, 2025
1 parent 052e65d commit a27b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/manager-part-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
- manager_version == "latest"

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

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

- name: Run manager part 2
Expand Down

0 comments on commit a27b8f8

Please sign in to comment.