Skip to content

Instantly share code, notes, and snippets.

@ktosiek
Forked from offby1/scripts.yml
Created March 17, 2014 21:15
Show Gist options
  • Save ktosiek/9608507 to your computer and use it in GitHub Desktop.
Save ktosiek/9608507 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