Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Oct 23, 2023
1 parent a0bb341 commit 9ed77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/check-git-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: Set git repo facts
ansible.builtin.set_fact:
_sanity_check_ansible_git_repo_branch: >-
{{ lookup("pipe", "git rev-parse --abbrev-ref HEAD") }}
{{ lookup("pipe", "git branch --show-current") }}
_sanity_check_ansible_git_repo_hash: >-
{{ lookup("pipe", "git describe --always --dirty=-dirty") }}
Expand Down

0 comments on commit 9ed77de

Please sign in to comment.