chore: correct liniting error

ref: #42
This commit is contained in:
2024-12-31 16:15:32 +09:30
parent dcb39d7e62
commit fa10637240
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,8 @@ centurion_erp:
!!! tip "common teams"
Common teams can be created by using yaml anchors. This is useful when multiple organisations require a common team and permissions to be set.
<!-- markdownlint-disable -->
<!-- markdownlint-disable-next-line code-block-style -->
```yaml
centurion_erp:
common_teams:
@ -72,4 +73,4 @@ centurion_erp:
notes: *team-name-notes
```
<!-- markdownlint-restore -->

View File

@ -173,4 +173,3 @@
CENTURION_API: '{{ centurion_url }}'
CENTURION_TOKEN: '{{ centurion_token }}'
CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}'