From 30c7fe36d4cd80b8282cec4240b18dc6efffdf67 Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Tue, 4 Oct 2016 15:02:25 +0100 Subject: [PATCH] fixed installation on Debian Jessie --- install-ansible.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-ansible.sh b/install-ansible.sh index 35ce37e2b..b9a6e86d9 100755 --- a/install-ansible.sh +++ b/install-ansible.sh @@ -42,6 +42,7 @@ if [[ "Debian" =~ $os_VENDOR ]]; then pip install PyYAML jinja2 paramiko git clone https://github.com/ansible/ansible.git cd ansible + git submodule update --init --recursive make install mkdir /etc/ansible elif [[ "Ubuntu" =~ $os_VENDOR || "LinuxMint" =~ $os_VENDOR ]]; then