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