Skip to content

Fixed undefined var issues in the create.yml and delete.yml files of azure_manage_postgresql role #194

Fixed undefined var issues in the create.yml and delete.yml files of azure_manage_postgresql role

Fixed undefined var issues in the create.yml and delete.yml files of azure_manage_postgresql role #194

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']"