Re: [ansible-project] Error while using lambda_facts module

2021-12-02 Thread Shivani Arora
-bash-4.2$ ansible --version

ansible 2.7.5
  config file = /ws/shivania-sjc/qa/bender/ansible/playbooks/ansible.cfg
  configured module search path = 
[u'/ws/shivania-sjc/qa/bender/ansible/library']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Oct 30 2018, 23:45:53) [GCC 4.8.5 
20150623 (Red Hat 4.8.5-36)]

On Friday, December 3, 2021 at 12:14:13 PM UTC+5:30 dick@geant.org 
wrote:

> What is the output of 'ansible --version' ?
>
> On Fri, 3 Dec 2021 at 07:40, Shivani Arora  wrote:
>
>> Hi Team,
>>
>> We are using lambda_facts module of ansible to fetch existing aws lambda 
>> details but facing below issue while running -
>>  
>>
>> TASK [Get lambda info if it already exists] 
>> **
>> Thursday 02 December 2021  22:06:49 -0800 (0:00:00.339)   0:00:24.123 
>> *
>> fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": 
>> "__main__:95: RuntimeWarning: Parent module 'ansible.modules' not found 
>> while handling absolute import\n__main__:96: RuntimeWarning: Parent module 
>> 'ansible.modules' not found while handling absolute import\n__main__:97: 
>> RuntimeWarning: Parent module 'ansible.modules' not found while handling 
>> absolute import\n__main__:98: RuntimeWarning: Parent module 
>> 'ansible.modules' not found while handling absolute import\n__main__:99: 
>> RuntimeWarning: Parent module 'ansible.modules' not found while handling 
>> absolute import\n__main__:100: RuntimeWarning: Parent module 
>> 'ansible.modules' not found while handling absolute import\n__main__:104: 
>> RuntimeWarning: Parent module 'ansible.modules' not found while handling 
>> absolute import\nTraceback (most recent call last):\n  File 
>> \"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
>>  
>> line 975, in _run\nself._run_code(code, mod)\n  File 
>> \"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
>>  
>> line 941, in _run_code\nexec('exec code in vars(mod)')\n  File 
>> \"\", line 1, in \n  File 
>> \"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
>>  
>> line 401, in \n  File 
>> \"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
>>  
>> line 389, in main\nAttributeError: 'module' object has no attribute 
>> 'config_details'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee 
>> stdout/stderr for the exact error", "rc": 1}
>>
>> Please let me know how we can resolve this.
>>
>> Regards,
>> Shivani
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-proje...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/2a820d5c-9f2d-4a3f-9b84-6515ca1978d2n%40googlegroups.com
>>  
>> 
>> .
>>
> -- 
> Sent from a mobile device - please excuse the brevity, spelling and 
> punctuation.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/603c765b-db16-4f24-8b7b-fc2e63e6f4fcn%40googlegroups.com.


Re: [ansible-project] Error while using lambda_facts module

2021-12-02 Thread Dick Visser
What is the output of 'ansible --version' ?

On Fri, 3 Dec 2021 at 07:40, Shivani Arora  wrote:

> Hi Team,
>
> We are using lambda_facts module of ansible to fetch existing aws lambda
> details but facing below issue while running -
>
>
> TASK [Get lambda info if it already exists]
> **
> Thursday 02 December 2021  22:06:49 -0800 (0:00:00.339)   0:00:24.123
> *
> fatal: [localhost]: FAILED! => {"changed": false, "module_stderr":
> "__main__:95: RuntimeWarning: Parent module 'ansible.modules' not found
> while handling absolute import\n__main__:96: RuntimeWarning: Parent module
> 'ansible.modules' not found while handling absolute import\n__main__:97:
> RuntimeWarning: Parent module 'ansible.modules' not found while handling
> absolute import\n__main__:98: RuntimeWarning: Parent module
> 'ansible.modules' not found while handling absolute import\n__main__:99:
> RuntimeWarning: Parent module 'ansible.modules' not found while handling
> absolute import\n__main__:100: RuntimeWarning: Parent module
> 'ansible.modules' not found while handling absolute import\n__main__:104:
> RuntimeWarning: Parent module 'ansible.modules' not found while handling
> absolute import\nTraceback (most recent call last):\n  File
> \"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
> line 975, in _run\nself._run_code(code, mod)\n  File
> \"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
> line 941, in _run_code\nexec('exec code in vars(mod)')\n  File
> \"\", line 1, in \n  File
> \"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
> line 401, in \n  File
> \"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
> line 389, in main\nAttributeError: 'module' object has no attribute
> 'config_details'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee
> stdout/stderr for the exact error", "rc": 1}
>
> Please let me know how we can resolve this.
>
> Regards,
> Shivani
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-project+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/2a820d5c-9f2d-4a3f-9b84-6515ca1978d2n%40googlegroups.com
> 
> .
>
-- 
Sent from a mobile device - please excuse the brevity, spelling and
punctuation.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAL8fbwMm2qgg%3DHitDf2Rp3jSC4HRRB2mpHN1-yixmCgsix4Lzg%40mail.gmail.com.


[ansible-project] Error while using lambda_facts module

2021-12-02 Thread Shivani Arora
Hi Team,

We are using lambda_facts module of ansible to fetch existing aws lambda 
details but facing below issue while running -
 

TASK [Get lambda info if it already exists] 
**
Thursday 02 December 2021  22:06:49 -0800 (0:00:00.339)   0:00:24.123 
*
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": 
"__main__:95: RuntimeWarning: Parent module 'ansible.modules' not found 
while handling absolute import\n__main__:96: RuntimeWarning: Parent module 
'ansible.modules' not found while handling absolute import\n__main__:97: 
RuntimeWarning: Parent module 'ansible.modules' not found while handling 
absolute import\n__main__:98: RuntimeWarning: Parent module 
'ansible.modules' not found while handling absolute import\n__main__:99: 
RuntimeWarning: Parent module 'ansible.modules' not found while handling 
absolute import\n__main__:100: RuntimeWarning: Parent module 
'ansible.modules' not found while handling absolute import\n__main__:104: 
RuntimeWarning: Parent module 'ansible.modules' not found while handling 
absolute import\nTraceback (most recent call last):\n  File 
\"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
 
line 975, in _run\nself._run_code(code, mod)\n  File 
\"master:/ws/shivania-sjc/qa/bender/ansible/playbooks/mitogen/ansible_mitogen/runner.py\",
 
line 941, in _run_code\nexec('exec code in vars(mod)')\n  File 
\"\", line 1, in \n  File 
\"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
 
line 401, in \n  File 
\"master:/usr/lib/python2.7/site-packages/ansible/modules/cloud/amazon/lambda_facts.py\",
 
line 389, in main\nAttributeError: 'module' object has no attribute 
'config_details'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee 
stdout/stderr for the exact error", "rc": 1}

Please let me know how we can resolve this.

Regards,
Shivani

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2a820d5c-9f2d-4a3f-9b84-6515ca1978d2n%40googlegroups.com.


[ansible-project] Custom password prompt guidance

2021-12-02 Thread Paul
I've no problem using network_cli to most network devices.  But there are a 
few with non standard password prompts.  Sometime like
"Password for myuser@myh...@mydot.com:"

I've not seen a straightforward way to pass a playbook a customized 
password prompt.
Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2d910f0a-5368-4c46-a331-f931be8b5d93n%40googlegroups.com.


RE: [EXTERNAL *] Re: [ansible-project] remote copy issue

2021-12-02 Thread Rene Paquin
I have changed my playbook to use the sync module.  But again I am getting 
errors.Check mode is so I can test before the actual sync.  I am using the 
ansible.posix.synchronize module which I downloaded and installed.  

Playbook
---
- name: copy file 
  hosts: source server
  gather_facts: false
  
  tasks:
- name: "copy libraryusername.csv from source to dest"
  ansible.posix.synchronize:
src: "/opt/odrive/alc/library/libraryusername.csv"
dest: "rsync://destinationserver.wlu.ca/var/alc"
  delegate_to: source server
  check_mode: yes
...

The error I am getting is:

fatal: source server -> ictjobsub01.wlu.ca]: FAILED! => {"changed": false, 
"cmd": "/usr/bin/rsync --delay-updates -F --compress --dry-run --archive 
--out-format='<>%i %n%L' /opt/odrive/alc/library/libraryusername.csv 
rsync://destinationserver/var/alc", "msg": "rsync: failed to connect to 
destinationserver (xx.xx.xx.xx): No route to host (113)\nrsync error: error in 
socket IO (code 10) at clientserver.c(125) [sender=3.1.2]\n", "rc": 10}

I can ssh from the source server to destination server and vice versa so not 
understanding  the no route to host issue.  

Thanks,
Rene

~

-Original Message-
From: ansible-project@googlegroups.com  On 
Behalf Of Stefan Hornburg (Racke)
Sent: December 2, 2021 4:42 AM
To: ansible-project@googlegroups.com
Subject: [EXTERNAL *] Re: [ansible-project] remote copy issue

On 01/12/2021 18:08, Rene Paquin wrote:
>
> I am attemping o copy a file from one remote linux server to two remote linux 
> servers.  My playbook is:
>
> - name: copy file
>
>   hosts: “remote source server”
>
>   gather_facts: false
>
>   tasks:
>
>     - name: "copy "
>
>   copy:
>
>     src: /opt/odrive/alc/library/libraryusername.csv
>
>     remote_src: yes
>
>     dest: /var/alc
>
>   delegate_to: destination server 1
>
>   check_mode: yes
>
>     - name: "copy "
>
>   copy:
>
>     src: /opt/odrive/alc/library/libraryusername.csv
>
>     remote_src: yes
>
>     dest: /var/alc
>
>   delegate_to: destination server 2
>
>   check_mode: yes
>
> I get the following error despite the file being there.
>
> "msg": "Source /opt/odrive/alc/library/libraryusername.csv not found"
>
> What am I missing?
>
The copy module only supports the controller or target itself (remote_src) for 
the source file.

Take a look at the synchronize module if you want copy from one target to 
another.

Regards

     Racke

> 
> Rene Paquin - Systems Administrator
> Wilfrid Laurier University
> Waterloo, Ontario
> (519)884-0710 x3795
> rpaq...@wlu.ca 
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to ansible-project+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/ansible-project/YQBPR0101MB62463290E15B126F8E6BF23AD8689%40YQBPR0101MB6246.CANPRD01.PROD.OUTLOOK.COM
>  
> .


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7addf104-5064-0bce-0a39-09aed56c3d6a%40linuxia.de.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/YT2PR01MB62567381F4667E1F012B0E0ED8699%40YT2PR01MB6256.CANPRD01.PROD.OUTLOOK.COM.


[ansible-project] Ansible 5.0.1 (hotfix) has been released

2021-12-02 Thread David Moreau Simard
Hi all,

It was brought to our attention that attempting to install Ansible 5
could fail due to the new ansible-core requirement on python >=3.8.

Ansible 5.0.1 raises the python requirement from >=2.7 to >=3.8 in
order to match ansible-core. The content of 5.0.1 is otherwise
identical to 5.0.0.
In addition, the Ansible 5.0.0 release has been removed (yanked) from
PyPI in order to allow pip to correctly fall back to Ansible 4.x and
ansible-core 2.11 if the python3.8 requirement is not met.

If you would like to use the updated set of collections that are
included with Ansible 5 while using ansible-core 2.11, a
galaxy-requirements.yaml file has been made available:
https://github.com/ansible-community/ansible-build-data/blob/main/5/galaxy-requirements.yaml

Once the requirement file has been downloaded, collections can be
installed by running "ansible-galaxy collection install -r
galaxy-requirements.yaml".

Getting Ansible 5.0.1


Due to a limitation in pip, if you are upgrading from Ansible 3 (or
earlier), you need to uninstall ansible and ansible-base before
installing Ansible 5:
```
$ pip uninstall ansible ansible-base
$ pip install ansible==5.0.0 --user
```

The tar.gz of the release can be found here:
Ansible 5.0.1: 
https://pypi.python.org/packages/source/a/ansible/ansible-5.0.1.tar.gz
SHA256: b47cc704bbb69fb387bdaa24a1cb0c5ef0a4253763fd3315ef93ba6ae3a5c376

On behalf of the Ansible community, thank you and happy automating !

On Tue, Nov 30, 2021 at 11:39 AM David Moreau Simard
 wrote:
>
> Hi all,
>
> We're happy to announce that the Ansible 5.0.0 package has been released !
>
> Ansible 5.0.0 includes the newly released ansible-core 2.12 as well as
> a curated set of Ansible collections to provide a vast number of
> modules and plugins.
> This is a major version update from Ansible 4.x which included
> ansible-core 2.11 and there may be backwards incompatibilities in the
> core playbook language.
>
> Please see the porting guide (linked at the bottom) for details.
>
> How to get it
> -
>
> Due to a limitation in pip, if you are upgrading from Ansible 3 (or
> earlier), you need to uninstall ansible and ansible-base before
> installing Ansible 5:
>
> ```
> $ pip uninstall ansible ansible-base
> $ pip install ansible==5.0.0 --user
> ```
>
> The tar.gz of the release can be found here:
>
> Ansible 5.0.0: 
> https://pypi.python.org/packages/source/a/ansible/ansible-5.0.0.tar.gz
> SHA256: 006504b4ba5f355073e0b3f10f317a5684c0ce7a35798b18fa18fbffaedab2a6
>
> What's new in Ansible 5.0.0
> ---
>
> * The changelog for ansible-core 2.12.0 installed by this release of
> ansible is available here:
> https://github.com/ansible/ansible/blob/stable-2.12/changelogs/CHANGELOG-v2.12.rst
>
> * Collections which have opted into being a part of the Ansible-5
> unified changelog will have an entry on this page:
> https://github.com/ansible-community/ansible-build-data/blob/main/5/CHANGELOG-v5.rst
>
> * ansible-core-2.12 now requires Python 3.8 or greater on the
> controller (where you run ansible-playbook).
>
> * Support for python 2.6 for managed nodes is deprecated in
> ansible-core 2.12 and will be removed in ansible-core 2.13 (around May
> 2022)
>
> * For collections which have not opted into the unified changelog, you
> may find more information on https://galaxy.ansible.com or their
> source repository. For example, the community.crypto collection would
> be found at https://galaxy.ansible.com/community/crypto and you can
> find a link to the source repository under the "Repo" button at the
> top right.
>
> What's the schedule for new Ansible releases after 5.0.0 ?
> -
>
> * Maintenance releases of Ansible 5.x will occur approximately every
> three weeks (Ansible 5.1.0, Ansible 5.2.0, etc) until the release of
> Ansible 6.0.0. They will contain bugfixes and new features but no
> backwards incompatibilities.
>
> * Except for ansible-2.9.x, older versions of ansible are no longer
> seeing maintenance releases. If there is a desire for maintenance
> releases of older versions, drop by a Community Working Group Meeting
> to discuss how you can help:
> https://github.com/ansible/community/tree/main/meetings#wednesdays
>
> * The last expected release of Ansible 4.x will be 4.10 around
> December 14th 2021.
>
> Porting Help
> -
>
> A unified porting guide for collections which have opted-in is available here:
> https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_5.html
>
> On behalf of the Ansible community, thank you and happy automating !

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

Re: [ansible-project] How to execute SQL query on PostgreSQL?

2021-12-02 Thread Nico Kadel-Garcia
The SQL is not idempotent: It will fail if run again, and nothing is
apparent in the code snippet to prevent ansible from trying to run it
even if it's already succeeded. Check the status of the relevant SQL
server to see whether the relevant roles and accounts exist now.

On Tue, Nov 30, 2021 at 11:51 AM Dick Visser  wrote:
>
> I see that you're supplying multiple SQL statements at the 'query' parameter.
> I don't know the module that well, but it could be that that is not supported?
> In that case, probably you could loop over a list of queries:
>
> - name: DELETE POSTGRESQL ROLE
>   community.postgresql.postgresql_query:
> login_host: XXX
> db: db_test
> login_user: master
> login_password: 0123456789
> query: GRANT %(role)s TO %(admin)s; REASSIGN OWNED BY %(role)s TO
> %(admin)s; DROP OWNED BY %(role)s; DROP ROLE %(role)s;
> named_args:
>   role: delete-user
>   admin: master
>   loop:
>- GRANT %(role)s TO %(admin)s;
>- REASSIGN OWNED BY %(role)s TO %(admin)s;
>- DROP OWNED BY %(role)s;
>- DROP ROLE %(role)s;
>
> (not tried, ymmv)
>
> On Tue, 30 Nov 2021 at 17:13, Daniel Huesca  wrote:
> >
> > This is the code I'm using:
> > - name: DELETE POSTGRESQL ROLE
> >   community.postgresql.postgresql_query:
> > login_host: XXX
> > db: db_test
> > login_user: master
> > login_password: 0123456789
> > query: GRANT %(role)s TO %(admin)s; REASSIGN OWNED BY %(role)s TO 
> > %(admin)s; DROP OWNED BY %(role)s; DROP ROLE %(role)s;
> > named_args:
> >   role: delete-user
> >   admin: master
> >
> > This is the console output:
> > fatal: [localhost]: FAILED! => {"changed": false, "msg": "Cannot execute 
> > SQL 'GRANT %(role)s TO %(admin)s; REASSIGN OWNED BY %(role)s TO %(admin)s; 
> > DROP OWNED BY %(role)s; DROP ROLE %(role)s;' {'role': 'delete-user', 
> > 'admin': 'master'}: syntax error at or near \"'delete-user'\"\nLINE 1: 
> > GRANT 'delete-user' TO 'master'; REASSIGN OWNED BY 'delete-u...\n   
> >^\n, query list: ['GRANT %(role)s TO %(admin)s; REASSIGN OWNED BY 
> > %(role)s TO %(admin)s; DROP OWNED BY %(role)s; DROP ROLE %(role)s;']"}
> > El martes, 30 de noviembre de 2021 a las 16:59:45 UTC+1, dick@geant.org 
> > escribió:
> >>
> >> On Tue, 30 Nov 2021 at 16:48, Daniel Huesca  wrote:
> >>
> >> > Any idea on what I'm doing wrong?
> >>
> >> Not posting text, but pixely/hard-to-read images, for starters...
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Ansible Project" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to ansible-project+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/ansible-project/a09bb040-e64e-4bc1-aaa8-325c4af22fbcn%40googlegroups.com.
>
>
>
> --
> Dick Visser
> Trust & Identity Service Operations Manager
> GÉANT
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to ansible-project+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/ansible-project/CAL8fbwPGscEH_pHRmuYskxNw7qqnX%2BqOEnu0%2BgRDPDbQR-AxBw%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAOCN9rxneu8H%3DjyakRvU6Yw3vRxvfE3N2Yj6mDvzZeM0vyP1vw%40mail.gmail.com.


Re: [ansible-project] remote copy issue

2021-12-02 Thread Stefan Hornburg (Racke)

On 01/12/2021 18:08, Rene Paquin wrote:


I am attemping o copy a file from one remote linux server to two remote linux 
servers.  My playbook is:

- name: copy file

  hosts: “remote source server”

  gather_facts: false

  tasks:

    - name: "copy "

  copy:

    src: /opt/odrive/alc/library/libraryusername.csv

    remote_src: yes

    dest: /var/alc

  delegate_to: destination server 1

  check_mode: yes

    - name: "copy "

  copy:

    src: /opt/odrive/alc/library/libraryusername.csv

    remote_src: yes

    dest: /var/alc

  delegate_to: destination server 2

  check_mode: yes

I get the following error despite the file being there.

"msg": "Source /opt/odrive/alc/library/libraryusername.csv not found"

What am I missing?


The copy module only supports the controller or target itself (remote_src) for 
the source file.

Take a look at the synchronize module if you want copy from one target to 
another.

Regards

    Racke



Rene Paquin - Systems Administrator
Wilfrid Laurier University
Waterloo, Ontario
(519)884-0710 x3795
rpaq...@wlu.ca 

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 
ansible-project+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/YQBPR0101MB62463290E15B126F8E6BF23AD8689%40YQBPR0101MB6246.CANPRD01.PROD.OUTLOOK.COM
 
.



--
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.


--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7addf104-5064-0bce-0a39-09aed56c3d6a%40linuxia.de.


OpenPGP_signature
Description: OpenPGP digital signature