mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
9 lines
151 B
YAML
9 lines
151 B
YAML
---
|
|
|
|
|
|
- name: Fetch the DIY backups repository
|
|
git:
|
|
repo: "{{ atl_diy_backup_repo }}"
|
|
dest: "{{ atl_diy_backup_dir }}"
|
|
version: "master"
|