[ansible-devel] Ansible 2.10 and Project Restructuring

2020-02-19 Thread Sam Doran
Greetings Ansible Community, For the 2.10 release of Ansible, we plan to restructure the ansible/ansible repository. The majority of modules and plugins will migrate to collection repositories to better enable the community to build, test, and release mo

Re: [ansible-devel] Re: remote_src and template_host not working in template module for me

2020-02-19 Thread 'Felix Fontein' via Ansible Development
Hello, pleaes use the appropriate places for support questions. This mailing list is for discussions on the development of Ansible. You might want to try https://groups.google.com/forum/#!forum/ansible-project instead. Best, Felix On Wed, 19 Feb 2020 05:54:53 -0800 (PST) JJ wrote: > Can any

[ansible-devel] Re: remote_src and template_host not working in template module for me

2020-02-19 Thread JJ
Can any one please help on it On Tuesday, February 18, 2020 at 10:19:44 PM UTC+5:30, JJ wrote: > > --- > - hosts: all >remote_user: root >vars_files: > - json/UAT.json > >tasks: > - name: Generate configGen files >template: > src: /template/test.j2 >