Commit 5e916a57 by ansible

Download & Upload dma version 3.1.0 and 3.1.2

1 parent 695186c1
......@@ -27,3 +27,13 @@
dest: /tmp/dma.3.0.6/application
version: dma.3.0.6
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma.3.1.0/application
version: dma.3.1.0
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma.3.1.2/application
version: dma.3.1.2
\ No newline at end of file
......@@ -30,3 +30,19 @@
src: /tmp/dma.3.0.6/application
dest: /tmp
mode: 0744
- hosts: upload-dma-3.1.0
become: true
tasks:
- copy:
src: /tmp/dma.3.1.0/application
dest: /tmp
mode: 0744
- hosts: upload-dma-3.1.2
become: true
tasks:
- copy:
src: /tmp/dma.3.1.2/application
dest: /tmp
mode: 0744
\ 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!