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
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
* Merge pkg_ and roles created based on file/service detection
|
||||
* Avoid idempotency issue with users (`password_lock`)
|
||||
* Rename subcommands/args ('export' is now 'enroll', '--bundle' is now '--harvest')
|
||||
* Rename subcommands/args ('export' is now 'enroll', '--bundle' is now '--harvest')
|
||||
* Don't try and start systemd services that were Inactive at harvest time
|
||||
* Capture miscellaneous files in /etc under their own `etc_custom` role, but not backup files
|
||||
* Add tests
|
||||
|
|
|
|||
|
|
@ -357,4 +357,3 @@ My Forgejo doesn't yet support proper federation, and for that reason I've not o
|
|||
Instead, you can e-mail me (see the pyproject.toml for details) or contact me on the Fediverse:
|
||||
|
||||
https://goto.mig5.net/@mig5
|
||||
|
||||
|
|
|
|||
|
|
@ -109,4 +109,3 @@
|
|||
<tspan class="text-dark">en</tspan><tspan class="text-light">roll</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
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