Adding var for product key

This commit is contained in:
L3D 2024-01-14 21:30:02 +01:00
parent fbdf0c1224
commit 0fda6433f8
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -1,3 +1,7 @@
---
## connect to windows
ansible_connection: 'ssh'
ansible_shell_type: 'powershell'
# win_activating
windows_product_key: "{{ lookup('community.general.passwordstore', 'ansible/windows/productkey') }}"