summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng/opnfv-utils.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/releng/opnfv-utils.yml b/jjb/releng/opnfv-utils.yml
index 43d8bb183..e6fcd1bcd 100644
--- a/jjb/releng/opnfv-utils.yml
+++ b/jjb/releng/opnfv-utils.yml
@@ -143,12 +143,12 @@
if [ -f /etc/centos-release ] \
|| [ -f /etc/redhat-release ] \
|| [ -f /etc/system-release ]; then
- sudo yum install ansible
+ sudo yum -y install ansible
fi
if [ -f /etc/debian_version ] \
|| grep -qi ubuntu /etc/lsb-release \
|| grep -qi ubuntu /etc/os-release; then
- sudo apt-get install ansible
+ sudo apt-get -y install ansible
fi
- builder: