oradb_manage_grant: Bugfix for broken grant on pdb with db_domain #240
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-20.04 | |
steps: | |
# Important: This sets up your GITHUB_WORKSPACE environment variable | |
- uses: actions/checkout@v2 | |
- name: Lint roles | |
uses: ansible-community/[email protected] | |
with: | |
targets: | | |
inventory/* | |
playbooks/* | |
roles/* |