We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53771d commit f7d53efCopy full SHA for f7d53ef
roles/os_images/tasks/prechecks.yml
@@ -10,7 +10,7 @@
10
- name: Display warning message about the container engine
11
ansible.builtin.assert:
12
that:
13
- - result.rc = 0
+ - result.rc == 0
14
fail_msg: >
15
Container runtime engine could not be found - make sure it is installed.
16
Elements that depend on it will likely fail when building.
0 commit comments