--- # For local install run: # ansible-galaxy role install -r requirements.yml -p roles # ansible-galaxy collection install -r requirements.yml -p collections # # Current test file avoids using galaxy server on purpose, for resiliency roles: - src: git+https://github.com/geerlingguy/ansible-role-docker.git name: geerlingguy.mysql collections: - name: community-molecule-0.1.0.tar.gz # Also needed for testing purposes as this should trigger addition of --pre # argument as this is required due to # https://github.com/ansible/ansible-lint/issues/3686 # https://github.com/ansible/ansible/issues/79109 - name: https://github.com/ansible-collections/amazon.aws.git type: git version: main - name: https://github.com/ansible-collections/community.aws.git type: git version: main