Commit d3d343c7 by Brian Coca

Merge pull request #10534 from matthieucan/patch-1

doc: building debian package: 'asciidoc' is a required dependency
parents 2c3e58ad 1b11e45f
......@@ -4,7 +4,7 @@ Ansible Debian Package
To create an Ansible DEB package:
sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc
git clone git://github.com/ansible/ansible.git
cd ansible
make deb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment