install:
	ansible-galaxy collection install . --force

build:
	ansible-galaxy collection build --force

galaxy_importer: build
	python3 -m galaxy_importer.main netscaler-netscaler_console-0.9.0.tar.gz
