From: Simon Weald Date: Tue, 4 Oct 2016 14:02:25 +0000 (+0100) Subject: fixed installation on Debian Jessie X-Git-Tag: v1.0.7~8^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=30c7fe36d4cd80b8282cec4240b18dc6efffdf67;p=ceph-ansible.git fixed installation on Debian Jessie --- 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