diff --git a/CHANGELOG.md b/CHANGELOG.md index bc31f08..033f0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Release 0.4.x ### Improvement * Standard task is no longer install for Debian Stretch with preseed (see #14). +* Ensure to install `python-apt`|Ansible dependencie (see #14). ## Release 0.4.0 ### Features diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index 17d2630..489ba8c 100644 Binary files a/scripts/latecommand.tar.gz and b/scripts/latecommand.tar.gz differ diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index c856aff..c0df513 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -72,6 +72,9 @@ fi # Ensure to reinstall openssh-server aptitude -y install openssh-server openssh-sftp-server +# Ansible dependencies +aptitude -y install python-apt + ## }}} exit 0