Skip to content

Commit

Permalink
don't set a branch if no version was passed
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 30, 2023
1 parent 6f0ca1d commit 51c235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/beaker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
ansible.builtin.git:
repo: "https://github.com/theforeman/{{ beaker_puppet_module }}.git"
dest: "/src/{{ beaker_puppet_module }}"
version: "{{ beaker_puppet_module_version | default('master') }}"
version: "{{ beaker_puppet_module_version | default(omit) }}"

- name: Bundle install
command: bundle install
Expand Down

0 comments on commit 51c235f

Please sign in to comment.