What’s new in ansible 1.6
Below are the list of new changes , Modules in Ansible 1.6 Major features/changes in Ansible 1.6: The deprecated legacy variable templating system has been finally removed. Use {{ foo }} always not $foo or ${foo}. Any data file can also be JSON. Use sparingly — with great power comes great responsibility. Starting file with…