community.general/lib/ansible
Michael Scherer 91860b2423 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.
2017-03-07 09:35:42 -05:00
..
cli add python version info to --version (#22089) 2017-03-03 16:41:54 -05:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Change warning message as advised by bcoca 2017-02-27 09:41:41 -08:00
galaxy Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils Fixing issue #22193 - authorize argument is not deprecated for 2.3 for ios and eos (#22326) 2017-03-07 13:03:44 +01:00
modules virt.py: autostart VM attribute (#22208) 2017-03-07 11:07:19 +00:00
parsing Fix PEP 8 issue. 2017-02-24 12:55:55 -08:00
playbook Verify that the role specification is using a comma before warning 2017-03-07 09:35:42 -05:00
plugins Extend SSH Retry to put_file and fetch_file (#20187) 2017-03-02 16:56:29 -06:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Fix Docs build issues (#22295) 2017-03-05 11:41:29 +00:00
vars Fix variable precedence of INI/script vars to be in-line with docs. 2017-03-02 17:07:00 -06:00
__init__.py
constants.py Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
release.py