Add emacs and vim to installs

This commit is contained in:
Timo Makinen 2021-09-30 17:32:37 +00:00
parent 226a12b254
commit ac3865c329

View file

@ -31,6 +31,14 @@
- abrt
- mlocate
- name: install extra packages
package:
name: "{{ item }}"
state: installed
with_items:
- emacs # more editors
- vim # better vi
- name: hide grub menu during boot
lineinfile:
path: /etc/default/grub