Commit 3087555d by ansible

no message

1 parent 437dff6b
---
- hosts: tag_dma.3.4.0
- hosts: AnsibleTower
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dma/3.4.0
version: dma.3.4.0
\ No newline at end of file
dest: '/tmp/dma/{{ app_version }}'
version: 'dma.{{ app_version }}'
\ No newline at end of file
---
- hosts: all
- hosts: AnsibleTower
become: true
tasks:
- git:
......
---
- hosts: all
- hosts: AnsibleTower
become: true
tasks:
- git:
......
---
- hosts: all
- hosts: AnsibleTower
become: true
tasks:
- git:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!