1
0
Fork 0
fossasia-video/ansible/roles/productivity/tasks/packages.yml

11 lines
108 B
YAML

---
- name: install editors
become: yes
apt:
state: latest
name:
- neovim
- emacs