# Also needs to be updated in galaxy.yml VERSION = 0.1.0 clean: rm -f community-okd-${VERSION}.tar.gz rm -rf ansible_collections build: clean ansible-galaxy collection build install: build ansible-galaxy collection install -p ansible_collections community-okd-${VERSION}.tar.gz test-sanity: install cd ansible_collections/community/okd && ansible-test sanity -v --docker --color $(TEST_ARGS) test-integration: install molecule test