Skip to content

Commit a7076b3

Browse files
committed
Use FQCN of ansible.builtin.assert in Tempest runner host check.
1 parent dc7bef6 commit a7076b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: Stackhpc Cloud tests
1616
block:
1717
- name: Assert that there is only one host in the tempest_runner group
18-
assert:
18+
ansible.builtin.assert:
1919
that: groups.get('tempest_runner', []) | length == 1
2020
fail_msg: The tempest_runner group should contain exactly one host
2121

0 commit comments

Comments
 (0)