Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created July 7, 2022 06:49
Show Gist options
  • Save Akasurde/43fe3f944d7fb453c967e21000d7a99a to your computer and use it in GitHub Desktop.
Save Akasurde/43fe3f944d7fb453c967e21000d7a99a to your computer and use it in GitHub Desktop.
---
- hosts: localhost
gather_facts: no
vars:
name: "abhi"
tasks:
- name: Print variable
debug:
msg: "{{ name }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment