Ensure to install `python-apt`|Ansible dependencie (fix #14).
This commit is contained in:
parent
6d28c12b7f
commit
542fa4b286
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue