Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Created November 26, 2020 12:50
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 virtualhobbit/af29d987514d307f11ee0892413765ee to your computer and use it in GitHub Desktop.
Save virtualhobbit/af29d987514d307f11ee0892413765ee to your computer and use it in GitHub Desktop.
---
- hosts: Windows
gather_facts: true
tasks:
- name: "What's my name again?"
debug:
msg: '{{ ansible_user }}'
become: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment