From e3f0cf74e20942212dcc9cded9a2cd8d6a225aaf Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 31 Dec 2024 16:15:32 +0930 Subject: [PATCH] chore: correct liniting error ref: #42 --- docs/projects/ansible/collection/centurion/playbooks/teams.md | 2 +- playbooks/inventory.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/projects/ansible/collection/centurion/playbooks/teams.md b/docs/projects/ansible/collection/centurion/playbooks/teams.md index 8306c54..384129c 100644 --- a/docs/projects/ansible/collection/centurion/playbooks/teams.md +++ b/docs/projects/ansible/collection/centurion/playbooks/teams.md @@ -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. - + ```yaml centurion_erp: common_teams: diff --git a/playbooks/inventory.yaml b/playbooks/inventory.yaml index e69773b..c5e0916 100644 --- a/playbooks/inventory.yaml +++ b/playbooks/inventory.yaml @@ -173,4 +173,3 @@ CENTURION_API: '{{ centurion_url }}' CENTURION_TOKEN: '{{ centurion_token }}' CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}' -