oradb_manage_db: Remove visible password for sys, system and dbsnmp from dbca responsefile for 12.2+ #305
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: | |
pull_request: | |
branches: | |
- master | |
- development | |
push: | |
branches: | |
- 'pr*' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run ansible-lint | |
uses: ansible/[email protected] |