download_application_from_tag.yml 193 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: tag_dma.3.4.0 become: true tasks: - git: repo: 'https://ansible@example.com/ansible/application.git' dest: /tmp/dma/3.4.0 version: dma.3.4.0