ansible-lint:
@echo "Linting with ansible-lint"
@ansible-lint .
yamllint:
@echo "Linting with yamllint"
@yamllint .
lint: yamllint ansible-lint
@echo "Finished linting!"
test:
@molecule test
rename:
@scripts/rename.sh