Skip to content

Instantly share code, notes, and snippets.

@kilburn
Created May 22, 2013 18:37
Show Gist options
  • Save kilburn/5629846 to your computer and use it in GitHub Desktop.
Save kilburn/5629846 to your computer and use it in GitHub Desktop.
PLAY [ispcp] ******************************************************************
GATHERING FACTS ***************************************************************
ok: [srv0.redacted]
TASK: [debug stuff] ***********************************************************
ok: [srv0.redacted] => {"item": "", "msg": "release= 4"}
TASK: [debug stuff] ***********************************************************
ok: [srv0.redacted] => {"item": "", "msg": "release= 4"}
- name: debug stuff
debug: msg="release= {{ ansible_lsb.major_release }}"
tags: test
- name: debug stuff
debug: msg="release= {{ ansible_lsb.major_release }}"
when: "ansible_lsb.major_release >= 5"
tags: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment