1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

doc: building debian package: 'asciidoc' is a required dependency

This commit is contained in:
Matthieu Caneill 2015-03-25 16:34:07 +01:00
parent 00b9364699
commit 1b11e45f3c

View file

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