blob: 356b48cf74d78972bd77eaaa9897bd39814bec9b [file] [log] [blame]
# Re-enables the ability for a Win machine to run scripts.
- hosts: all_win
gather_facts: false
pre_tasks:
- name: allow running scripts
raw:
'Set-ExecutionPolicy -Scope LocalMachine Unrestricted'