Skip to content

Instantly share code, notes, and snippets.

View shirshakparakhi's full-sized avatar

Shirshak Man Pradhan shirshakparakhi

View GitHub Profile
@shirshakparakhi
shirshakparakhi / ansible-loops.yaml
Last active December 20, 2016 12:40
Failing symlink
#Syntax 1
#=================
- name: Creating symlinks of Products
file:
src: '/var/www/html/{{ item.src }}/'
dest: '/var/www/html/simpleRepoTwo/simpleRepoThree/{{release_folder}}/{{ item.dest }}'
state: link
with_items:
- src: simpleRepo
dest: productOne