Modifying ansible create_client_library_conf to produce correct gen2 DSS client conf.json format #116
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: ansible-lint | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
- stable/* | |
pull_request: | |
branches: | |
- master | |
- stable/* | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
ansible-lint: | |
uses: OpenMPDK/DSS/.github/workflows/build-aws.yml@master | |
with: | |
component: ansible-lint | |
project-name: OpenMPDK_dss-ansible | |
secrets: inherit |