Skip to content

Commit 437c78d

Browse files
committed
update error message iaw review
1 parent b0a9526 commit 437c78d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ansible/validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
that:
5858
- item in groups
5959
- groups[item] | length > 0
60-
fail_msg: "Expected inventory group '{{ item }}' is missing or empty: is OpenTofu inventory template up to date?"
60+
fail_msg: >
61+
Expected inventory group '{{ item }}' is missing or empty:
62+
- Check OpenTofu inventory template is up to date
63+
- Check OpenTofu configuration defines 'login' and 'compute' variables properly
6164
loop:
6265
- control
6366
- compute

0 commit comments

Comments
 (0)