9 lines
173 B
YAML
9 lines
173 B
YAML
- name: Do not install C development tools
|
|
debug:
|
|
msg: "Do not install C development tools"
|
|
|
|
- name: Install MinGW
|
|
win_chocolatey:
|
|
name: mingw
|
|
state: latest
|