Files

18 lines
237 B
Makefile
Raw Permalink Normal View History

2024-08-22 15:08:47 +12:00
ansible-lint:
@echo "Linting with ansible-lint"
@ansible-lint .
yamllint:
@echo "Linting with yamllint"
@yamllint .
lint: yamllint ansible-lint
@echo "Finished linting!"
2024-08-22 15:48:26 +12:00
test:
@molecule test
2024-08-22 15:08:47 +12:00
rename:
@scripts/rename.sh