fix: teach yamllint when to ignore indentation
This commit is contained in:
parent
679f31d7ae
commit
bda4372820
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ semaphore_email_password: "smtp-pass"
|
|||
semaphore_ansible_ssh_key: "supersecure"
|
||||
|
||||
# semaphore ssh config
|
||||
# yamllint disable-line rule:indentation
|
||||
semaphore_ssh_config: |
|
||||
host *
|
||||
user ansible
|
||||
|
|
@ -23,3 +24,4 @@ semaphore_ssh_config: |
|
|||
addressfamily inet
|
||||
stricthostkeychecking no
|
||||
userknownhostsfile /dev/null
|
||||
# yamllint enable-line rule:indentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue