Fix idempotency issue where ospfv2 module was un idempotent when set interface was set true #2225
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Code coverage" | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: [main] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
codecoverage: | |
uses: ansible-network/github_actions/.github/workflows/coverage_network_devices.yml@main | |
with: | |
collection_pre_install: >- | |
git+https://github.com/ansible-collections/ansible.utils.git | |
git+https://github.com/ansible-collections/ansible.netcommon.git |