Last Updated: February 25, 2016
·
672
· mechastorm

Symlinking a file in Ansible

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

Written by Shih Oon Liong

Recommend
Say Thanks
Update Notifications Off
Respond

1 Response
Add your response

How can i reference file from role in src attribute?

over 1 year ago ·