# Installation via Vagrant VM: Cannot add PPA: 'ppa:~ansible/ubuntu/ansible'

**URL:** https://forum.shopware.com/t/installation-via-vagrant-vm-cannot-add-ppa-ppa-ansible-ubuntu-ansible/60717
**Category:** Installation / Einstieg
**Created:** [29. Juli 2019 um 12:13 UTC](https://forum.shopware.com/t/installation-via-vagrant-vm-cannot-add-ppa-ppa-ansible-ubuntu-ansible/60717 "2019-07-29T12:13:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Gehmann](https://avatars.discourse-cdn.com/v4/letter/g/a9adbd/32.png) [@Gehmann](https://forum.shopware.com/u/Gehmann)
#### Post date: [29. Juli 2019 um 12:13 UTC](https://forum.shopware.com/t/installation-via-vagrant-vm-cannot-add-ppa-ppa-ansible-ubuntu-ansible/60717/1 "2019-07-29T12:13:05Z")

</div>

Hallo,

ich versuche Shopware mittels der Vagrant-VM aufzusetzen.[https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/system-installation-guides/vagrant](https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/system-installation-guides/vagrant)

Beim ersten Starten der Box (vagrant up)&nbsp;und beim Provisionieren (z.B. vagrant reload --provision) laufe ich in folgendes Problem:

```
Cannot add PPA: 'ppa:~ansible/ubuntu/ansible'.
ERROR: '~ansible' user or team does not exist.

```

Ich habe bereits versucht den Befehl durch die „-E“ Option zu erweitern, also&nbsp;

```
sudo -E add-apt-repository ppa:ansible/ansible -y

```

auszuführen, habe jedoch die selbe Fehlermeldung erhalten.  
&nbsp;

Hat jemand einen Ansatz, wie ich das Problem lösen kann?  
Vielen Dank.
