Skip to content

Instantly share code, notes, and snippets.

@drybjed
Last active August 29, 2015 14:00
Show Gist options
  • Save drybjed/11454097 to your computer and use it in GitHub Desktop.
Save drybjed/11454097 to your computer and use it in GitHub Desktop.
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [debug msg="['t', 'h', 'i', 's', ' ', 'i', 's', ' ', 'a', ' ', 's', 't', 'r', 'i', 'n', 'g']"] ***
ok: [localhost] => {
"msg": "['t', 'h', 'i', 's', ' ', 'i', 's', ' ', 'a', ' ', 's', 't', 'r', 'i', 'n', 'g']"
}
PLAY RECAP ********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
---
- hosts: localhost
tasks:
- debug: msg="{{ 'this is a string' | list }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment