ansible/lib/ansible/playbook
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
..
role Verify that the role specification is using a comma before warning 2017-03-07 09:35:42 -05:00
__init__.py Convert playbook basedir into unicode at the borders 2016-11-21 09:24:37 -08:00
attribute.py smart quotes, die die die. 2016-12-05 14:15:43 -08:00
base.py moved any_errors_fatal to base (#21585) 2017-03-02 10:28:20 -05:00
become.py Some further cleanup in the meta branch 2016-08-31 13:33:01 -05:00
block.py moved any_errors_fatal to base (#21585) 2017-03-02 10:28:20 -05:00
conditional.py Warn when jinja2 delimiters are found in a when statement (#20312) 2017-03-02 17:02:07 -06:00
handler.py
handler_task_include.py
helpers.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
included_file.py Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -05:00
loop_control.py implemented loop pausing (#17289) 2016-08-31 16:09:37 -04:00
play.py moved any_errors_fatal to base (#21585) 2017-03-02 10:28:20 -05:00
play_context.py fixes play context connection user (#21776) 2017-02-22 15:34:11 +00:00
playbook_include.py Skip fact gathering if the entire play was included via conditional and False (#21734) 2017-02-21 14:46:10 -05:00
role_include.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
taggable.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
task.py moved any_errors_fatal to base (#21585) 2017-03-02 10:28:20 -05:00
task_include.py Several fixes for includes 2016-08-11 14:07:49 -05:00