Commit bda43728 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: teach yamllint when to ignore indentation

parent 679f31d7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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