Skip to content

Always separate pg_hba.conf parameters with space #3461

Always separate pg_hba.conf parameters with space

Always separate pg_hba.conf parameters with space #3461

Workflow file for this run

---
name: "Ansible-lint"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set TERM environment variable
run: echo "TERM=xterm" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: make bootstrap-dev
- name: Run Ansible-lint
run: make linter-ansible-lint