]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
fixed installation on Debian Jessie
authorSimon Weald <simon@simonweald.com>
Tue, 4 Oct 2016 14:02:25 +0000 (15:02 +0100)
committerSimon Weald <simon@simonweald.com>
Tue, 4 Oct 2016 14:02:25 +0000 (15:02 +0100)
install-ansible.sh

index 35ce37e2baf8070b2ec4bd3e6f8e2d55c59445c1..b9a6e86d961b83f17c6d77ca1513bf2da5506633 100755 (executable)
@@ -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