You've already forked ansible-role-automysqlbackup
18 lines
237 B
Makefile
18 lines
237 B
Makefile
|
|
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
|