download_application.yml 176 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: all become: true tasks: - git: repo: 'https://ansible@example.com/ansible/application.git' dest: /tmp/application version: develop