mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added missing build deps for debian/ubuntu to readme
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
4bef5dd08b
commit
386b736ec1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Ansible Debian Package
|
||||||
To create an Ansible DEB package:
|
To create an Ansible DEB package:
|
||||||
|
|
||||||
sudo apt-get install python-paramiko python-yaml python-jinja2
|
sudo apt-get install python-paramiko python-yaml python-jinja2
|
||||||
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro
|
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot
|
||||||
git clone git://github.com/ansible/ansible.git
|
git clone git://github.com/ansible/ansible.git
|
||||||
cd ansible
|
cd ansible
|
||||||
make deb
|
make deb
|
||||||
|
|
Loading…
Reference in a new issue