Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify that the role specification is using a comma before warning
One way to trigger this is having this snippet in meta/main.yml: dependencies: - role: foo when: "use_foo == True" It shouldn't show a warning but since we assume that 'foo' is the old style format, it always show one. So we should verify the style before calling role_spec_parse.
- Loading branch information