mirror of https://github.com/ansible/ansible.git
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.pull/21933/head
parent
25827c85d2
commit
91860b2423
Loading…
Reference in New Issue