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 dc7bef6 commit a7076b3Copy full SHA for a7076b3
etc/kayobe/ansible/stackhpc-cloud-tests.yml
@@ -15,7 +15,7 @@
15
- name: Stackhpc Cloud tests
16
block:
17
- name: Assert that there is only one host in the tempest_runner group
18
- assert:
+ ansible.builtin.assert:
19
that: groups.get('tempest_runner', []) | length == 1
20
fail_msg: The tempest_runner group should contain exactly one host
21
0 commit comments