summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-07-23 14:14:10 +0100
committerMichael Adam <obnox@samba.org>2020-07-23 18:16:26 +0200
commit80d89ff4da71c77cd098ab40547c977408693d39 (patch)
tree6e1cc603cfc1c649312c9339135aaa0c84f58386
parent88aaa98a24c571b05dad3d57274ad50851ee5b59 (diff)
downloadsamba-integration-80d89ff4da71c77cd098ab40547c977408693d39.tar.gz
samba-integration-80d89ff4da71c77cd098ab40547c977408693d39.tar.xz
samba-integration-80d89ff4da71c77cd098ab40547c977408693d39.zip
Remove temporary pip2 section
We have now moved over to python3 and no longer need the section to install python modules using pip2. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/roles/client.prep/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/vagrant/ansible/roles/client.prep/tasks/main.yml b/vagrant/ansible/roles/client.prep/tasks/main.yml
index 9da0978..3d4403f 100644
--- a/vagrant/ansible/roles/client.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.prep/tasks/main.yml
@@ -8,12 +8,6 @@
- git
state: latest
-#This is a temporary section while we move scripts to use python 3
-- name: Install Python 2 modules
- pip:
- name:
- - PyYAML
-
- name: Install Python 3 modules
pip:
executable: /usr/bin/pip3