[my third attempt to send this message got lost somehow. Trying again.]
In the documentation for the file module at: https://docs.ansible.com/ansible/latest/modules/file_module.html An example for creating hard links is given as below: - name: Create two hard links file: src: '/tmp/{{ item.src }}' dest: '{{ item.dest }}' state: link with_items: - { src: x, dest: y } - { src: z, dest: k } According to the documentation of the “state” parameter however, the value should be “hard” and not “link". Is this a typo? Thanks, Sandip -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/etPan.5d4b3e91.34d78290.38c%40showmethesource.org.
