--- | |
- 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
--- | |
- hosts: Windows | |
gather_facts: true | |
tasks: | |
- name: "What's my name again?" | |
debug: | |
msg: '{{ ansible_user }}' | |
become: yes |