7ae5912d91
* win_chocolatey_feature: new module * Fixed up copyright header in PowerShell file
20 lines
412 B
YAML
20 lines
412 B
YAML
---
|
|
- name: ensure Chocolatey is installed
|
|
win_chocolatey:
|
|
name: chocolatey
|
|
state: present
|
|
|
|
- name: ensure we start from a baseline for test feature
|
|
win_chocolatey_feature:
|
|
name: checksumFiles
|
|
state: disabled
|
|
|
|
- block:
|
|
- name: run tests
|
|
include_tasks: tests.yml
|
|
|
|
always:
|
|
- name: set feature back to enabled
|
|
win_chocolatey_feature:
|
|
name: checksumFiles
|
|
state: enabled
|