Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@qinqon
Created October 26, 2018 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qinqon/ad410812f2a14bb5d8f7a3fe3306be86 to your computer and use it in GitHub Desktop.
Save qinqon/ad410812f2a14bb5d8f7a3fe3306be86 to your computer and use it in GitHub Desktop.
- hosts: localhost
tasks:
- name: Print vars
vars:
my_list_of_values:
- foo
- var
debug:
msg: "my_list_of_values: {{ my_list_of_values }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment