Add some python packages too

When starting from scratch those packages must be installed too.
This commit is contained in:
Miek Gieben 2012-11-08 20:28:32 +01:00
parent 36c1b4be0e
commit 5c62cf3285

View file

@ -3,6 +3,7 @@ Ansible Debian Package
To create an Ansible DEB package:
sudo apt-get install python-paramiko python-yaml python-jinja2
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro
git clone git://github.com/ansible/ansible.git
cd ansible