I’ve just installed the latest version from pipy, which to my excitement is 1.9.2
Unfortunately I get
`
ERROR: file is not a legal parameter in an Ansible task or handler
`
Any help is highly appreciated.
I’ve just installed the latest version from pipy, which to my excitement is 1.9.2
Unfortunately I get
`
ERROR: file is not a legal parameter in an Ansible task or handler
`
Any help is highly appreciated.
By the way: I performed the upgrade offline within a virtualenv with
`
pip install --upgrade --no-index --find-links=packages ansible
`
Cheers,
Jan
That is normally a symptom of a incomplete or broken install, try
removing all versions and reinstalling.
Awesome, that worked! I need to work offline, so probably one of the previously downloaded dependencies haven’t been up to date. Collecting everything from scratch
`
pip install --download Ansible\Downloads ansible --no-wheel --proxy=my.proxy.de:8080
`
and reinstalling worked.
Cheers,
Jan