mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user