Skip to content

Added virtual network auto-creation if no virtual network found for azure_virtual_machine_with_public_ip role #132

Added virtual network auto-creation if no virtual network found for azure_virtual_machine_with_public_ip role

Added virtual network auto-creation if no virtual network found for azure_virtual_machine_with_public_ip role #132

Workflow file for this run

name: Sanity
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
- stable-*
tags:
- '*'
jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
all_green:
if: ${{ always() }}
needs:
- sanity
runs-on: ubuntu-latest
steps:
- run: >-
python -c "assert '${{ needs.sanity.result }}'
in ['success', 'failure']"