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 b0a9526 commit 437c78dCopy full SHA for 437c78d
ansible/validate.yml
@@ -57,7 +57,10 @@
57
that:
58
- item in groups
59
- groups[item] | length > 0
60
- fail_msg: "Expected inventory group '{{ item }}' is missing or empty: is OpenTofu inventory template up to date?"
+ 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
64
loop:
65
- control
66
- compute
0 commit comments