[ansible-devel] Ansible-2.7.0 beta 1 is now available

2018-08-31 Thread Toshio Kuratomi
Hi all -- we're happy to announce that Ansible 2.7.0 beta1 is now available! How do you get it? -- All Ansible pre-releases in the 2.7 series will be published to PyPI. This is probably the easiest way for most users to install:

Re: [ansible-devel] How do i run python scripts which includes imports from other .py files in the same directory.

2018-08-31 Thread Adam Miller
On Thu, Aug 30, 2018 at 1:32 PM Alan Jose wrote: > > Hi, > > I have a python script which imports other external python modules. i have > copied all the .py files to a directory in the remote host. But, when i try > to run the script file, it gives me an error "ImportError: No module named > xy

Re: [ansible-devel] Windows lookup plugins

2018-08-31 Thread Matt Martz
Lookup plugins always run on the local ansible controller, not on the remote node, so a lookup plugin likely isn't what you want. You could fetch the file from the remote host, then use the ini lookup. On Fri, Aug 31, 2018 at 8:17 AM wrote: > i want to create a lookup plugin for use on windows

[ansible-devel] Windows lookup plugins

2018-08-31 Thread aestrangwood
i want to create a lookup plugin for use on windows that does the same as the ini lookup but cant find any docs to say how its done or if its possible. I tried to make a plugin the same way i would a windows module but im greeted with the error "exception": "Traceback (most recent call last

[ansible-devel] Re: Ansible k8s problem ("strategic merge patch format is not supported")

2018-08-31 Thread Will Thames
Apologies, I've only just seen this. This is now fixed in devel - k8s takes a merge_type param - you can either pass 'merge' explicitly for Custom Resource Definitions or, as of this morning, ['strategic-merge', 'merge'] for all resources - if it fails to patch using strategic-merge, it will fa