read carefully under path, it mentions the alias dest: path= defines the file being managed, unless when used with state=link, and then sets the destination to create a symbolic link to using *src*. Aliases: *dest*, *name*defines the file being managed, unless when used with state=link, and then sets the destination to create a symbolic link to using *src*. *Aliases: **dest, name*
may be it needs to be made more clearer, as many people will miss that On 7 February 2014 15:00, Laurent CREPET <[email protected]> wrote: > Hi, > > In the documentation of module "file" ( > http://docs.ansible.com/file_module.html), the following example refers > to parameter "dest": > > file: src=/file/to/link/to dest=/path/to/symlink owner=foo group=foo > state=link > > The parameter "dest" is missing from the list of parameters. I assume the > example should use "path" instead of "dest". > > -- Laurent. > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
