Add emacs and vim to installs
This commit is contained in:
parent
226a12b254
commit
ac3865c329
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
||||||
- abrt
|
- abrt
|
||||||
- mlocate
|
- mlocate
|
||||||
|
|
||||||
|
- name: install extra packages
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: installed
|
||||||
|
with_items:
|
||||||
|
- emacs # more editors
|
||||||
|
- vim # better vi
|
||||||
|
|
||||||
- name: hide grub menu during boot
|
- name: hide grub menu during boot
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/default/grub
|
path: /etc/default/grub
|
||||||
|
|
Loading…
Add table
Reference in a new issue