Skip to content

Instantly share code, notes, and snippets.

@oharsta
Last active February 12, 2025 10:08
Show Gist options
  • Save oharsta/20f871c78f9ee63784ac82f5a2ddfbb9 to your computer and use it in GitHub Desktop.
Save oharsta/20f871c78f9ee63784ac82f5a2ddfbb9 to your computer and use it in GitHub Desktop.
testing ansible templates bash
#!/bin/bash
ansible localhost -m debug -a 'msg={{ "en,nl".split(",") }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment