Created
July 7, 2022 06:49
-
-
Save Akasurde/43fe3f944d7fb453c967e21000d7a99a to your computer and use it in GitHub Desktop.
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
--- | |
- 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