Skip to content

Instantly share code, notes, and snippets.

@lanky
Created September 16, 2016 14:21
Show Gist options
  • Save lanky/5c2d5de2038160ed587ee454a19b4489 to your computer and use it in GitHub Desktop.
Save lanky/5c2d5de2038160ed587ee454a19b4489 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
vars:
input: " THiS IS An ExaMpLE "
tasks:
- debug:
msg: "just lower: XXX{{ input | lower }}XXX"
- debug:
msg: "just trim: XXX{{ input | trim }}XXX"
- debug:
msg: "both: XXX{{ input| lower | trim }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment