diff --git a/tools/vagrant_dev_env/vagrant.yml b/tools/vagrant_dev_env/vagrant.yml index b137cc4bc..e884c4776 100644 --- a/tools/vagrant_dev_env/vagrant.yml +++ b/tools/vagrant_dev_env/vagrant.yml @@ -20,8 +20,8 @@ when: ansible_distribution == 'Ubuntu' - name: Download get-pip - get_url: https://bootstrap.pypa.io/get-pip.py - dest: /tmp/get-pip.py + get_url: url=https://bootstrap.pypa.io/get-pip.py + dest=/tmp/get-pip.py - name: Install pip shell: python /tmp/get-pip.py