DCD-386: Fix some Molecule tests.

This commit is contained in:
Steve Smith
2019-06-03 12:13:51 +10:00
parent 26d14d9f21
commit adeb027473
7 changed files with 32 additions and 5 deletions

View File

@@ -3,5 +3,6 @@
- name: Fetch the DIY backups repository
git:
repo: "https://bitbucket.org/atlassianlabs/atlassian-bitbucket-diy-backup.git"
repo: "{{ atl_diy_backup_repo }}"
dest: "{{ atl_diy_backup_dir }}"
version: "master"