Skip to content

Commit

Permalink
chore: correct liniting error
Browse files Browse the repository at this point in the history
ref: #42
  • Loading branch information
jon-nfc committed Dec 31, 2024
1 parent dcb39d7 commit e3f0cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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-next-line code-block-style -->
```yaml
centurion_erp:
common_teams:
Expand Down
1 change: 0 additions & 1 deletion playbooks/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@
CENTURION_API: '{{ centurion_url }}'
CENTURION_TOKEN: '{{ centurion_token }}'
CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}'

0 comments on commit e3f0cf7

Please sign in to comment.