fixed installation on Debian Jessie

pull/1004/head
Simon Weald 2016-10-04 15:02:25 +01:00
parent 45898739bb
commit 30c7fe36d4
1 changed files with 1 additions and 0 deletions

View File

@ -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