TASK [postgres : Install postgres93] *******************************************
task path: /home/stevek/ansible-jumbo/roles/postgres/tasks/01-install.yml:7
[DEPRECATION WARNING]: Using bare variables for environment is deprecated. Update your playbooks so that the environment
value uses the full variable syntax ('{{foo}}'). This feature will be removed in a future release. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
<test-pg1-all> ESTABLISH CONNECTION FOR USER: root on PORT 22 TO test-pg1-all
<test-pg1-all> EXEC /bin/sh -c 'mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1454651909.82-26088368040824 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1454651909.82-26088368040824 )"'
<test-pg1-all> PUT /tmp/tmp1tF9fp TO /root/.ansible/tmp/ansible-tmp-1454651909.82-26088368040824/yum
fatal: [test-pg1-all]: FAILED! => {"failed": true, "msg": "environment must be a dictionary, received proxy_env (<class 'ansible.parsing.yaml.objects.AnsibleUnicode'>)"}
So it wont work. How can I make it work then?