mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
add prequisites for ubuntu dev env (#30713)
This commit is contained in:
@@ -23,7 +23,17 @@ What's covered in this section:
|
|||||||
|
|
||||||
Environment setup
|
Environment setup
|
||||||
=================
|
=================
|
||||||
|
Prerequisites Via Apt (Ubuntu)
|
||||||
|
``````````````````````````````
|
||||||
|
Due to dependencies (for example ansible -> paramiko -> pynacl -> libffi):
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install build-essential libssl-dev libffi-dev python-dev
|
||||||
|
|
||||||
|
Common Environment setup
|
||||||
|
````````````````````````
|
||||||
1. Clone the Ansible repository:
|
1. Clone the Ansible repository:
|
||||||
``$ git clone https://github.com/ansible/ansible.git``
|
``$ git clone https://github.com/ansible/ansible.git``
|
||||||
2. Change directory into the repository root dir: ``$ cd ansible``
|
2. Change directory into the repository root dir: ``$ cd ansible``
|
||||||
|
|||||||
Reference in New Issue
Block a user