fix truthy value linting
parent
578add514e
commit
f88ad39431
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue