Skip to content

Add the feature of removing the extended fabric sites only when vn name along with fabric is given in playbook and also changed the behaviour of merged state of replacing sites to merged into the existing one. #22

Add the feature of removing the extended fabric sites only when vn name along with fabric is given in playbook and also changed the behaviour of merged state of replacing sites to merged into the existing one.

Add the feature of removing the extended fabric sites only when vn name along with fabric is given in playbook and also changed the behaviour of merged state of replacing sites to merged into the existing one. #22

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
pull_request:
branches: ["main", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ""