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 bdc6ae5Copy full SHA for bdc6ae5
galaxy.yml
@@ -1,7 +1,7 @@
1
---
2
namespace: stackhpc
3
name: openstack
4
-version: 0.2.3
+version: 0.2.4
5
readme: README.md
6
authors:
7
- StackHPC Ltd
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