classroom/roles/c_development/tasks/main_win.yml
2024-06-01 00:49:52 +02:00

8 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