Clone the project into
ansible-collection-devenv/ansible_collections/avinode/devenv
. Ansible
collections need to exist in a spcific directory structure while working on
them:
git clone [email protected]:Avinode/ansible-collection-devenv.git \
ansible-collection-devenv/ansible_collections/avinode/devenv
The set up the project environment:
cd ansible-collection-devenv/ansible_collections/avinode/devenv
./scripts/setup-local-ansible.sh
Run tests:
cd ansible-collection-devenv/ansible_collections/avinode/devenv
make