From e2565f2504a8d927fd69a50521e191e510b764a0 Mon Sep 17 00:00:00 2001 From: Charlie Mordant Date: Tue, 2 May 2023 10:24:03 +0200 Subject: [PATCH] adjust travis configuration --- .travis.yml | 2 +- configure | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 configure diff --git a/.travis.yml b/.travis.yml index 5bd6a01..5653100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ install: - vagrant plugin install vagrant-libvirt - pip install wheel pyopenssl tox - sudo chmod o+rwx /var/run/libvirt/libvirt-sock - - ./configure + - sh configure script: - mv ../ansible-role-libvirt-host ../tcharl.ansible_role_libvirt_host diff --git a/configure b/configure new file mode 100755 index 0000000..cc33857 --- /dev/null +++ b/configure @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +vagrant plugin install vagrant-persistent-storage \ No newline at end of file