You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ansible version 8, the apply script shows a warning: [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
This is because the group name here can't contain -.
To confirm, I also edited the apply script to add the -vvvv flag and this is the output:
Not replacing invalid character(s) "{'-'}" in group name (dev-desktop)
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
Not replacing invalid character(s) "{'-'}" in group name (dev-desktop)
This feels like another argument for something like ansible-lint. I'm pretty sure we have more places where our naming does not follow the standard/best practices. 😬
When running ansible version 8, the apply script shows a warning:
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
This is because the group name here can't contain
-
.To confirm, I also edited the
apply
script to add the-vvvv
flag and this is the output:Resources
The text was updated successfully, but these errors were encountered: