Fix end of file/whitespace per pre-commit
This commit is contained in:
parent
e94bd86c75
commit
55e50ebf59
4 changed files with 3 additions and 5 deletions
4
tests.sh
4
tests.sh
|
|
@ -15,10 +15,10 @@ poetry run \
|
|||
--harvest "${BUNDLE_DIR}" \
|
||||
--out "${ANSIBLE_DIR}"
|
||||
|
||||
builtin cd "${ANSIBLE_DIR}"
|
||||
builtin cd "${ANSIBLE_DIR}"
|
||||
|
||||
# Lint
|
||||
ansible-lint "${ANSIBLE_DIR}"
|
||||
ansible-lint "${ANSIBLE_DIR}"
|
||||
|
||||
# Run
|
||||
ansible-playbook playbook.yml -i "localhost," -c local --check --diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue