download_softwareconfiguration.yml 198 Bytes
---
- hosts: AnsibleTower
  become: true
  tasks: 
    - git:
        repo: 'https://ansible@example.com/ansible/software-configuration.git'
        dest: /tmp/configuration
        version: develop