I tried to use the rax_dns_record module with the “overwrite” parameter and it tells me that: “unsupported parameter for module: overwrite”
If you take a look at the history of that module you can see that the feature has been added almost a year ago and is also in the documentation.
http://docs.ansible.com/ansible/rax_dns_record_module.html
But when I checked the source of my locally installed ansible it was missing from it. I tried pip install ansible --upgrade but It tells me that I have the latest version.
Am I doing something wrong or is the only solution to switch to the git version of ansible and work with that ?