Skip to content

fix: solve crash if vault_port is set below 1024 by adding CAP_NET_ADMIN #130

fix: solve crash if vault_port is set below 1024 by adding CAP_NET_ADMIN

fix: solve crash if vault_port is set below 1024 by adding CAP_NET_ADMIN #130

Workflow file for this run

---
name: Ansible Lint
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: "-r molecule/requirements.yml"