Commit d0fcc949 by ansible

no message

1 parent 6b73c56e
...@@ -61,4 +61,12 @@ ...@@ -61,4 +61,12 @@
- git: - git:
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma.3.1.4/application dest: /tmp/dma.3.1.4/application
version: dma.3.1.4 version: dma.3.1.4
\ No newline at end of file
- hosts: tag_dma.3.4.0
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma.3.4.0/application
version: dma.3.4.0
\ No newline at end of file
...@@ -53,4 +53,12 @@ ...@@ -53,4 +53,12 @@
- copy: - copy:
src: /tmp/dma.3.1.4/application src: /tmp/dma.3.1.4/application
dest: /tmp dest: /tmp
mode: 0744
- hosts: 04_upload-dma-3.4.0
become: true
tasks:
- copy:
src: /tmp/dma.3.4.0/application
dest: /tmp
mode: 0744 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!