neillturner / kitchen-ansible

Ansible Provisioner for Test Kitchen
Other
350 stars 134 forks source link

Ubuntu 18.04 can't install python-software-properties. #300

Closed budgester closed 5 years ago

budgester commented 5 years ago

This section does the package check.

https://github.com/neillturner/kitchen-ansible/blob/master/lib/kitchen/provisioner/ansible/os/debian.rb#L50-L64

From a ubuntu machine

ubuntu@ip-172-31-24-232:~$ cat /etc/os-release . NAME="Ubuntu" VERSION="18.04.1 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.1 LTS" VERSION_ID="18.04"

Warning from the server

Building dependency tree Reading state information... Done Package python-software-properties is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: software-properties-common

   E: Package 'python-software-properties' has no installation candidate
neillturner commented 5 years ago

Thanks for reporting. Well when new version of Operating Systems etc are released often a little change here and there needs to be done.

neillturner commented 5 years ago

fixed version 0.50.1