Adding var for product key
This commit is contained in:
parent
fbdf0c1224
commit
0fda6433f8
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
---
|
---
|
||||||
|
## connect to windows
|
||||||
ansible_connection: 'ssh'
|
ansible_connection: 'ssh'
|
||||||
ansible_shell_type: 'powershell'
|
ansible_shell_type: 'powershell'
|
||||||
|
|
||||||
|
# win_activating
|
||||||
|
windows_product_key: "{{ lookup('community.general.passwordstore', 'ansible/windows/productkey') }}"
|
||||||
|
|
Loading…
Reference in a new issue