Skip to content

Bump boto3 from 1.35.92 to 1.35.97 #300

Bump boto3 from 1.35.92 to 1.35.97

Bump boto3 from 1.35.92 to 1.35.97 #300

Workflow file for this run

---
name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
ANSIBLE_VAULT_PASSWORD: ${{ secrets.VaultPassword }}
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v4
# We drop the ansible.cfg file to unset the vault_password_file option
- name: Drop ansible.cfg file
run: rm ansible.cfg
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@v6