Commit bc9c328b by ansible

add on process " check out dma version deves.prd & deves.dev

1 parent bc66a551
Showing with 11 additions and 0 deletions
...@@ -17,3 +17,13 @@ ...@@ -17,3 +17,13 @@
dest: /tmp/dhipaya.dev/application dest: /tmp/dhipaya.dev/application
version: dhipaya.dev version: dhipaya.dev
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.prd/application
version: deves.prd
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.dev/application
version: deves.dev
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!