Skip to content

Instantly share code, notes, and snippets.

@nxt-ext
Created May 24, 2014 04:15
Show Gist options
  • Save nxt-ext/6fa15e2e6602c93342b7 to your computer and use it in GitHub Desktop.
Save nxt-ext/6fa15e2e6602c93342b7 to your computer and use it in GitHub Desktop.
Echo hallmark_predefs
---
# run via ansible-playbook filename.yml
- name: test hallmark_predef
hosts: nxts
gather_facts: no
tasks:
- local_action: shell echo "{{ hallmark_predef }}"
register: h_p
- debug: msg="{{ h_p.stdout }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment