Skip to content

build(deps): bump ansible from 7.6.0 to 8.5.0 #1463

build(deps): bump ansible from 7.6.0 to 8.5.0

build(deps): bump ansible from 7.6.0 to 8.5.0 #1463

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@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: make bootstrap-dev
- name: Run Ansible-lint
run: make linter-ansible-lint