Skip to content

updated mongo for 2023.2 redhat/rocky 8 to version 7 #88

updated mongo for 2023.2 redhat/rocky 8 to version 7

updated mongo for 2023.2 redhat/rocky 8 to version 7 #88

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
push:
branches: ["main"]
pull_request:
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'