Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1. ---
  2. - name: Tail svn sync log on svn
  3.   hosts: svn
  4.   remote_user: root
  5.  
  6.   tasks:
  7.    - include: tasks/svn.yml
  8.  
  9.  
  10. - name: Delete lock on india-svn if lock exists
  11.   hosts: india-svn
  12.   remote_user: root
  13.  
  14.   vars:
  15.     svn_lock_count_result: "{{ hostvars['svn.intacct.com']['svn_lock_count_result']['stdout'] }}"
  16.  
  17.   tasks:
  18.    - include: tasks/india-svn.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement