rust-lang / rust-lang/simpleinfra
`dev-desktop` is not a valid ansible group name
Nobody has claimed this yet.
- Dominant language
- HCL
- Stars
- 178
- Forks
- 107
- Avg merge
- 15h 57m
- Merged PRs (30d)
- 38
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ansible/envs/prod/hosts at the referenced group definition and inspect ansible/apply where inventory is used. Trace any references to the group name, then verify the apply run no longer reports invalid characters in group names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100