Created
May 19, 2017 01:50
-
-
Save sebamontini/005f37bfce38717f3186f5f1f2e7788f to your computer and use it in GitHub Desktop.
mstaravin.yml
This file contains hidden or 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 symlink blablabla | |
file: | |
src: "/etc/nginx/sites-available/{{item}}" | |
dest: "/etc/nginx/sites-enabled/{{item}}" | |
state: link | |
with_items: | |
- audio | |
- static | |
- thumbs | |
- vod | |
where: lalalal | |
tagas: | |
- asdqweasdqwe |
Mstaaravin
commented
May 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment