Hello,
Reading the online documentation page, there's a module "ping" that is not
marked as (D)epreciated... But I'm not able to found it. Following is my
session :
=====session=transcript=====
user@LOCALHOST:~$ find 2ul -size 1M
2ul
2ul/who_where.j2
2ul/2ul
2ul/taps
2ul/access.txt
2ul/tops
2ul/podium
2ul/podium/1
2ul/podium/2
2ul/podium/3
user@LOCALHOST:~$ ansible localhost -m command -a 'find 2ul -size 1M'
localhost | success | rc=0 >>
2ul
2ul/who_where.j2
2ul/2ul
2ul/taps
2ul/access.txt
2ul/tops
2ul/podium
2ul/podium/1
2ul/podium/2
2ul/podium/3
user@LOCALHOST:~$ ansible localhost -m find -a 'paths=~/2ul size=1M'
localhost | FAILED => module find not found in configured module paths
user@LOCALHOST:~$ ansible --version
ansible 1.9.0.1
configured module search path = None
user@LOCALHOST:~$ ansible localhost -m ping
localhost | success >> {
"changed": false,
"ping": "pong"
}
user@LOCALHOST:~$
=====session=transcript=====
>From the documentation page, following the link to GitHub, i can see that
this core module is still there...
https://github.com/ansible/ansible-modules-core/blob/devel/files/find.py
So what's wrong with me or my install ?
Best regard.
--
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/4309d36a-9197-4218-92ca-b4cd6f690350%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.