download_application.yml 183 Bytes
---
- hosts: all
  become: true
  tasks: 
    - git:
        repo: 'https://ansible@example.com/ansible/application.git'
        dest: /tmp/source/application
        version: develop