chore(): Update changes from code review

Blank lines at end of documents
rewording some docs
Spacing between ansible-lint-ignore rules
Variable names
remove uneccessry info in teams.md
changed description index
changed description teams.md
This commit is contained in:
2024-08-19 16:16:59 +09:30
parent eee170f5cc
commit 1ef25b31d9
6 changed files with 33 additions and 22 deletions

View File

@ -47,7 +47,7 @@
# https://github.com/nofusscomputing/ansible_collection_centurion/issues/19
# This teask has been commented out due to the above issue
# This task has been commented out due to the above issue
# - name: Inventory Software [l]
# ansible.builtin.set_fact:
@ -166,10 +166,11 @@
type: boolean
label: Validate SSL Certificate
required:
- itsm_api
- itsm_token
- centurion_api
- centurion_token
injectors: >
env:
CENTURION_API: '{{ centurion_url }}'
CENTURION_TOKEN: '{{ centurion_token }}'
CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}'