Ansible collection for the Synodic organization
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
To test everything, run
pdm test