summaryrefslogtreecommitdiff
path: root/test/integration/targets/git/tasks/single-branch.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/git/tasks/single-branch.yml')
-rw-r--r--test/integration/targets/git/tasks/single-branch.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/integration/targets/git/tasks/single-branch.yml b/test/integration/targets/git/tasks/single-branch.yml
index ca8457ac..5cfb4d5b 100644
--- a/test/integration/targets/git/tasks/single-branch.yml
+++ b/test/integration/targets/git/tasks/single-branch.yml
@@ -52,8 +52,7 @@
repo: 'file://{{ repo_dir|expanduser }}/shallow_branches'
dest: '{{ checkout_dir }}'
single_branch: yes
- version: >-
- {{ git_default_branch }}
+ version: master
register: single_branch_3
- name: SINGLE_BRANCH | Clone example git repo using single_branch with version again
@@ -61,8 +60,7 @@
repo: 'file://{{ repo_dir|expanduser }}/shallow_branches'
dest: '{{ checkout_dir }}'
single_branch: yes
- version: >-
- {{ git_default_branch }}
+ version: master
register: single_branch_4
- name: SINGLE_BRANCH | List revisions