summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-04-12 12:55:59 +0100
committerMichael Adam <obnox@samba.org>2020-05-07 19:54:20 +0200
commitf714eefd695981d04e7bfbcf2978927519861fe1 (patch)
tree420ec729f9564dc7365f879f6aad8de2f5830e15 /vagrant
parentaaf5e065679aa840706be2626758b32ac0e89c45 (diff)
downloadsamba-integration-f714eefd695981d04e7bfbcf2978927519861fe1.tar.gz
samba-integration-f714eefd695981d04e7bfbcf2978927519861fe1.tar.xz
samba-integration-f714eefd695981d04e7bfbcf2978927519861fe1.zip
Add Python PyYAML package
This is needed to be able to read the yaml file by the testing utilities. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/ansible/roles/client.prep/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/client.prep/tasks/main.yml b/vagrant/ansible/roles/client.prep/tasks/main.yml
index f8f7467..284521f 100644
--- a/vagrant/ansible/roles/client.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.prep/tasks/main.yml
@@ -7,8 +7,13 @@
- glusterfs-fuse
- cifs-utils
- samba-test
+ - python-pip
state: latest
+- name: Install Python yaml package
+ pip:
+ name: PyYAML
+
- debug:
msg: "{{ ctdb_network_public_interfaces }}"