summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-07-21 11:34:55 +0100
committerMichael Adam <obnox@samba.org>2020-07-23 19:17:17 +0200
commitdbccfec7c76271b1f99269ca0f85db8864f45728 (patch)
tree9be0b24dda221174e98ebf8e3a0e417efc4d5feb
parent80d89ff4da71c77cd098ab40547c977408693d39 (diff)
downloadsamba-integration-dbccfec7c76271b1f99269ca0f85db8864f45728.tar.gz
samba-integration-dbccfec7c76271b1f99269ca0f85db8864f45728.tar.xz
samba-integration-dbccfec7c76271b1f99269ca0f85db8864f45728.zip
Install iso8601 python 3 module
This is needed for the selftest python scripts used by smbtorture tests. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/roles/client.prep/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/client.prep/tasks/main.yml b/vagrant/ansible/roles/client.prep/tasks/main.yml
index 3d4403f..41e1c0b 100644
--- a/vagrant/ansible/roles/client.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.prep/tasks/main.yml
@@ -13,6 +13,7 @@
executable: /usr/bin/pip3
name:
- PyYAML
+ - iso8601
- debug:
msg: "{{ ctdb_network_public_interfaces }}"