10 lines
		
	
	
		
			285 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			285 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
clean:
 | 
						|
	rm --recursive --force .ansible/
 | 
						|
	rm --recursive --force .tox/
 | 
						|
 | 
						|
dev:
 | 
						|
	@poetry install --sync
 | 
						|
	@poetry run pre-commit install
 | 
						|
	@poetry run ansible-galaxy collection install --requirements-file ./requirements.yaml --collections-path ./.ansible
 | 
						|
	@bash ./link-local-collections.sh
 |