Re: [ansible-project] Ansible 1.8.2 custom windows powershell module defined in roles/myrole/library is not found (ERROR: mymodule is not a legal parameter in an Ansible task or handler)

2015-02-12 Thread Ian Clegg
Chris, You nailed it in one!! thanks for heads up! On Thursday, 12 February 2015 08:09:46 UTC, Chris Church wrote: > > Create an empty mymodule.py file alongside mymodule.ps1; that should allow > the playbook to determine that mymodule is a valid module name. > > Previously discussed here: > h

Re: [ansible-project] Ansible 1.8.2 custom windows powershell module defined in roles/myrole/library is not found (ERROR: mymodule is not a legal parameter in an Ansible task or handler)

2015-02-12 Thread Chris Church
Create an empty mymodule.py file alongside mymodule.ps1; that should allow the playbook to determine that mymodule is a valid module name. Previously discussed here: https://groups.google.com/d/topic/ansible-project/FMlVKR9gDS8/discussion On Wed, Feb 11, 2015 at 1:15 PM, Ian Clegg wrote: > Hi

[ansible-project] Ansible 1.8.2 custom windows powershell module defined in roles/myrole/library is not found (ERROR: mymodule is not a legal parameter in an Ansible task or handler)

2015-02-11 Thread Ian Clegg
Hi everyone, I wonder if anyone has hit this issue. I just upgraded to ansible 1.8.2 and a set of windows playbooks is no longer working. These playbooks _do_ work with the previous version we had; there seem to be some issues around this at the moment. The problem appears to be related to how