-
-
Save ktosiek/9608507 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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