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