Skip to content

Commit

Permalink
CI: add ansible_verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Nov 12, 2024
1 parent 7d0d1ef commit 6451d13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
pull_request:
workflow_dispatch:
inputs:
debug_verbosity:
description: 'ANSIBLE_VERBOSITY envvar value'
required: false
schedule:
- cron: '0 6 * * *'

Expand All @@ -15,5 +19,6 @@ jobs:
secrets: inherit
with:
fqcn: 'middleware_automation/amq'
debug_verbosity: "${{ github.event.inputs.debug_verbosity }}"
molecule_tests: >-
[ "default", "static_cluster", "replication", "live_only", "mirroring", "federation", "amq_upgrade", "mask_passwords", "custom_xml", "uninstall" ]

0 comments on commit 6451d13

Please sign in to comment.