shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

Wrong package provided for apt-get #2

Closed ruffiely closed 5 years ago

ruffiely commented 5 years ago

On vagrant up: default: Installing Ansible... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!

apt-get install -y -qq software-properties-common python-software-properties

Stdout from the command:

Stderr from the command:

E: Package 'python-software-properties' has no installation candidate

ruffiely commented 5 years ago

Seems like a problem with my vagrant version. Workaround is either to update vagrant or just add ansible.install_mode = "pip" to Vagrantfile

mika350 commented 3 years ago

Updating vagrant (from 2.0 to 2.2) worked for me.