Last active
February 12, 2025 10:08
-
-
Save oharsta/20f871c78f9ee63784ac82f5a2ddfbb9 to your computer and use it in GitHub Desktop.
testing ansible templates bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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