ntp
ntp copied to clipboard
ERROR! environment must be a dictionary, received env (<class 'ansible.parsing.yaml.objects.AnsibleU nicode'>)
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 }}"