Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 623 Bytes

File metadata and controls

35 lines (23 loc) · 623 Bytes

ansible-core

Ansible collection for the Synodic organization

Developer Setup

To install the required tools, you need PDM, a modern Python package and dependency manager.

Install PDM (recommended):

pipx install pdm

If you don't have pipx, install it with:

python3 -m pip install --user pipx
python3 -m pipx ensurepath

Or see the official installation guide for more options.

Once PDM is installed, install project dependencies:

pdm install

Testing

To test everything, run

pdm test