Commit 695186c1 by ansible

add upload dma.3.0.6 from Tower to target

add download dma.3.0.6 from git to Tower
1 parent 54094fb9
......@@ -21,4 +21,9 @@
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.prd.3.0.5/application
version: deves.prd.3.0.5
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma.3.0.6/application
version: dma.3.0.6
\ No newline at end of file
......@@ -21,4 +21,12 @@
- copy:
src: /tmp/deves.prd.3.0.5/application
dest: /tmp
mode: 0744
- hosts: upload-dma-3.0.6
become: true
tasks:
- copy:
src: /tmp/dma.3.0.6/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!