classroom/roles/notepad++/tasks/main_win.yml

14 lines
238 B
YAML
Raw Permalink Normal View History

2023-09-11 20:30:48 +00:00
# TODO disable update check
- name: Install Notepad++
win_chocolatey:
name: notepadplusplus
- name: Add Notepad++ to PATH
win_path:
name: PATH
elements: C:\Program Files\Notepad++\
scope: machine
state: present