classroom/roles/emacs/tasks/main_lin.yml

15 lines
207 B
YAML
Raw Normal View History

2023-09-11 20:30:48 +00:00
- name: Install emacs
apt:
name: emacs
state: latest
- name: Install emacs-nox
apt:
name: emacs-nox
state: latest
- name: Install emacs-gtk
apt:
name: emacs-gtk
state: latest