Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created April 8, 2015 13:37
Show Gist options
  • Save tgerla/06456843d42b63993fb9 to your computer and use it in GitHub Desktop.
Save tgerla/06456843d42b63993fb9 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
tasks:
- name: get the pretty-printed git hash
command: "git log --pretty=format:'%h' -n 1"
register: githash
changed_when: False
- debug: msg="Playbook version is {{ githash.stdout }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment