diff --git a/.woodpecker/ansible-lint.yml b/.woodpecker/ansible-lint.yml
index fc6182ec..51f58f1c 100644
--- a/.woodpecker/ansible-lint.yml
+++ b/.woodpecker/ansible-lint.yml
@@ -14,24 +14,3 @@ steps:
exclude:
- tag
secret: [vault-pass] #dieses Secret darf verwendet werden
-
- notify:
- name: notify
- image: deblan/woodpecker-email
- settings:
- dsn: "smtp://docker10.mgrote.net:1025"
- from:
- address: "ci@mgrote.net"
- name: "woodpecker"
- recipients:
- - info@mgrote.net
- content:
- subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }}"
- body: |
- {{ repo.full_name }}
- {{ commit.sha }}
- {{ pipeline.url }}
- {{ step.status }}
- when:
- status:
- - failure