Last Updated: February 25, 2016
·
630
· mechastorm

Symlinking a file in Ansible

- name: symlink file
   file: src=/path/tofile/source dest=/path/to/file/destination state=link

1 Response
Add your response

How can i reference file from role in src attribute?

over 1 year ago ·