fix: teach yamllint when to ignore indentation

This commit is contained in:
Simon Cornet 2025-10-02 14:16:36 +02:00
commit bda4372820

View file

@ -16,6 +16,7 @@ semaphore_email_password: "smtp-pass"
semaphore_ansible_ssh_key: "supersecure" semaphore_ansible_ssh_key: "supersecure"
# semaphore ssh config # semaphore ssh config
# yamllint disable-line rule:indentation
semaphore_ssh_config: | semaphore_ssh_config: |
host * host *
user ansible user ansible
@ -23,3 +24,4 @@ semaphore_ssh_config: |
addressfamily inet addressfamily inet
stricthostkeychecking no stricthostkeychecking no
userknownhostsfile /dev/null userknownhostsfile /dev/null
# yamllint enable-line rule:indentation