Skip to content

Commit f7d53ef

Browse files
committed
os_images: rc assert fix
1 parent f53771d commit f7d53ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/os_images/tasks/prechecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- name: Display warning message about the container engine
1111
ansible.builtin.assert:
1212
that:
13-
- result.rc = 0
13+
- result.rc == 0
1414
fail_msg: >
1515
Container runtime engine could not be found - make sure it is installed.
1616
Elements that depend on it will likely fail when building.

0 commit comments

Comments
 (0)