--- depends_on: - gitleaks steps: - name: ansible-lint image: quay.io/ansible/creator-ee commands: - ansible-lint --version - echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung - ansible-galaxy install -r requirements.yml - ansible-lint --force-color --format pep8 when: event: exclude: - tag secret: [vault-pass] #dieses Secret darf verwendet werden - name: notify image: registry.mgrote.net/allzweckcontainer:latest commands: - | s-nail \ -s "CI: [$CI_PIPELINE_STATUS] $CI_REPO" \ -S mta=smtp://docker10.mgrote.net:1025 \ -S smtp-auth=none \ -S v15-compat \ -S from=ci@mgrote.net \ $CI_COMMIT_AUTHOR_EMAIL <