From ad3383a51056fab38471524e44854fa970da863c Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 29 Mar 2018 16:41:49 +0200 Subject: [PATCH] Install ncurses-term for additional terminal types When connecting to a server from urxvt, the session behaves like one with xterm. --- CHANGELOG.md | 1 + evolinux-base/tasks/packages.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5f56c2..ea3dc2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The **patch** part changes incrementally at each release. * haproxy: install Munin plugins * proftpd: use proftpd_accounts list for manage ftp accounts * etc-git: add tags for Ansible +* evolinux-base: install ncurses-term package ### Changed * elasticsearch: use ES_TMPDIR variable for custom tmpdir, (from `/etc/default/elasticsearch` instead of changing `/etc/elesticsearch/jvm.options`). diff --git a/evolinux-base/tasks/packages.yml b/evolinux-base/tasks/packages.yml index 260a6387..74b41667 100644 --- a/evolinux-base/tasks/packages.yml +++ b/evolinux-base/tasks/packages.yml @@ -58,6 +58,7 @@ - rsync - bc - pinentry-curses + - ncurses-term when: evolinux_packages_common - name: Be sure that openntpd package is absent/purged