Skip to content

Commit

Permalink
more output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Aug 10, 2015
1 parent 79f02e0 commit 2d367d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
@@ -1,13 +1,14 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

# PyBossas Vagrantfile
# PyBossa Vagrantfile

VAGRANTFILE_API_VERSION = "2"

# Ansible install script for Ubuntu
$ansible_install_script = <<SCRIPT
export DEBIAN_FRONTEND=noninteractive
echo Check if Ansible existing...
if ! which ansible >/dev/null; then
echo update package index files...
apt-get update -qq
Expand Down

0 comments on commit 2d367d3

Please sign in to comment.