Commit 1d78158e by ansible

download & upload patch dma 3.0.5

1 parent bc9c328b
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
- git: - git:
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.prd/application dest: /tmp/deves.prd.3.0.5/application
version: deves.prd version: deves.prd.3.0.5
- git: - git:
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
become: true become: true
tasks: tasks:
- copy: - copy:
src: /tmp/deves.prd/application src: /tmp/deves.prd.3.0.5/application
dest: /tmp dest: /tmp
mode: 0744 mode: 0744
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!