Bump jinja2 from 3.1.4 to 3.1.5 in /roles/ansible-consul #318
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: Deny Host Validation | |
on: [push, pull_request] | |
jobs: | |
deny_host_check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install prereqs | |
run: sudo apt-get install libtest-more-utf8-perl libnet-ip-perl libscalar-list-utils-perl libfindbin-libs-perl | |
- name: Run test | |
run: prove roles/denyhost/checks |