wdchat.yml
421 Bytes
- git:
repo: 'https://ansible@example.com/ansible/software.git'
dest: /tmp/source
- copy:
src: /tmp/source
dest: /tmp
mode: 0755
- git:
repo: 'https://ansible@example.com/ansible/software-configuration.git'
dest: /tmp/configuration
version: develop
- copy:
src: /tmp/configuration
dest: /tmp
mode: 0711