Skip to content

Commit bdc6ae5

Browse files
authored
os_images: rc assert bug fix (#49)
* os_images: rc assert fix * bump collection version
1 parent f53771d commit bdc6ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: stackhpc
33
name: openstack
4-
version: 0.2.3
4+
version: 0.2.4
55
readme: README.md
66
authors:
77
- StackHPC Ltd

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)