Re: [ansible-project] Ansible 2.4 to 2.5 files - file module change

2018-04-11 Thread Jan Fader
Hi Mike

Am Tue 10. Apr. 2018, hat Mike Garris geschrieben:
> Am I reading the docs correctly with regards to the file module being 
> changed?

The module file.py in plugins still "Sets attributes of files"
https://github.com/ansible/ansible/blob/stable-2.5/lib/ansible/modules/files/file.py
in 2.5 but the link is pointing to the file.py in lookup-plugins.

Seems like this error is only in the documentation. I've checked a fresh
build of the docs and the wrong link is already fixed there.

Regards
Jan

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20180411183919.txyp6oqlyzrhxpil%40fader-archlinux-hp.
For more options, visit https://groups.google.com/d/optout.


Re: [ansible-project] Ansible 2.4 to 2.5 files - file module change

2018-04-10 Thread Matt Martz
There is an issue with the docs generation that is confusing modules and
other plugins of the same name.  As such, you are seeing the doc
information for the `file` lookup, on the "latest" docs.

The correct docs for the file modules can be seen at:

http://docs.ansible.com/ansible/2.4/file_module.html
http://docs.ansible.com/ansible/latest/modules/file_module.html

We hope to have this resolved soon.


On Tue, Apr 10, 2018 at 2:49 PM, Mike Garris  wrote:

> Am I reading the docs correctly with regards to the file module being
> changed?
>
> "Sets attributes of files" - https://docs.ansible.com/
> ansible/2.4/list_of_files_modules.html
> to
> "Read file contents" - https://docs.ansible.com/
> ansible/latest/modules/list_of_files_modules.html
>
> If so, I got some long night playbook updating to start here soon!
>
> --
> 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 post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/ansible-project/63f16507-1a42-40a4-b221-94b70a96cda3%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Matt Martz
@sivel
sivel.net

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD8N0v9CufK7ja8pGd6Jo705F3xLyNXttDmLZRRkyY_E-Ci97w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[ansible-project] Ansible 2.4 to 2.5 files - file module change

2018-04-10 Thread Mike Garris
Am I reading the docs correctly with regards to the file module being 
changed?

"Sets attributes of files" - 
https://docs.ansible.com/ansible/2.4/list_of_files_modules.html
to
"Read file contents" - 
https://docs.ansible.com/ansible/latest/modules/list_of_files_modules.html

If so, I got some long night playbook updating to start here soon!

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/63f16507-1a42-40a4-b221-94b70a96cda3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.