ntp icon indicating copy to clipboard operation
ntp copied to clipboard

ERROR! environment must be a dictionary, received env (<class 'ansible.parsing.yaml.objects.AnsibleU nicode'>)

Open oppianmatt opened this issue 9 years ago • 0 comments

After upgrading to ansible 2.0 I get the above error message.

looks like this is it https://github.com/ansible/ansible/issues/11912

Change is to fix the environment line to be:

environment: "{{ env }}"

oppianmatt avatar Jan 19 '16 18:01 oppianmatt