Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-desktop is not a valid ansible group name #561

Open
MarcoIeni opened this issue Sep 4, 2024 · 1 comment
Open

dev-desktop is not a valid ansible group name #561

MarcoIeni opened this issue Sep 4, 2024 · 1 comment

Comments

@MarcoIeni
Copy link
Member

MarcoIeni commented Sep 4, 2024

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)

Resources

@jdno
Copy link
Member

jdno commented Sep 4, 2024

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. 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants