Commit 3087555d by ansible

no message

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