Commit cf338ebe by ansible

no message

1 parent a2e6f3a5
Showing with 6 additions and 0 deletions
...@@ -6,3 +6,8 @@ ...@@ -6,3 +6,8 @@
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
dest: '/tmp/dma/{{ app_version }}' dest: '/tmp/dma/{{ app_version }}'
version: 'dma.{{ app_version }}' version: 'dma.{{ app_version }}'
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: '/tmp/dma/{{ app_version }}'
version: 'dma.{{ app_version }}'
\ 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!