Skip to content

Instantly share code, notes, and snippets.

@offby1
Last active August 29, 2015 13:57
Show Gist options
  • Save offby1/9608447 to your computer and use it in GitHub Desktop.
Save offby1/9608447 to your computer and use it in GitHub Desktop.
- name: create individual file symlinks from {{ this_deployment_scripts_fullname }} to the master
file: >-
dest=/usr/local/bin
src={{ ine_master_symlink }}/usr-local-bin/{{ item | basename }}
state=link
with_fileglob:
- "{{ this_deployment_scripts_fullname }}/usr-local-bin/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment