Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
This commit is contained in:
parent
695acc2de0
commit
0be04d2b57
1 changed files with 0 additions and 5 deletions
|
@ -181,11 +181,6 @@ def main(args):
|
|||
|
||||
pb.run()
|
||||
|
||||
if ansible.utils.template.Flags.LEGACY_TEMPLATE_WARNING:
|
||||
print callbacks.banner("Deprecation Warnings")
|
||||
print " legacy playbook variable references such as '$foo' will be removed in Ansible 1.4"
|
||||
print " update playbooks to use '{{ foo }}' instead"
|
||||
|
||||
hosts = sorted(pb.stats.processed.keys())
|
||||
print callbacks.banner("PLAY RECAP")
|
||||
playbook_cb.on_stats(pb.stats)
|
||||
|
|
Loading…
Reference in a new issue