Skip to content

Commit

Permalink
fix truthy value linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Payback159 committed Sep 25, 2024
1 parent 578add5 commit f88ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
shell: "{{ image_info_command }}"
register: node_images
changed_when: false
check_mode: no
check_mode: false

- name: Show node images
debug:
Expand Down

0 comments on commit f88ad39

Please sign in to comment.