Skip to content

INCIDENT-001: postgres doesnt have Point of Recoverability so it might fail when there's no replicas left #229

INCIDENT-001: postgres doesnt have Point of Recoverability so it might fail when there's no replicas left

INCIDENT-001: postgres doesnt have Point of Recoverability so it might fail when there's no replicas left #229

Workflow file for this run

name: ansible-lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
- name: Upload sarif
if: always()
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ansible.sarif
category: ansible-lint