Skip to content

[Snyk] Security upgrade ansible-core from 2.11.12 to 2.13.13rc1 #21

[Snyk] Security upgrade ansible-core from 2.11.12 to 2.13.13rc1

[Snyk] Security upgrade ansible-core from 2.11.12 to 2.13.13rc1 #21

Workflow file for this run

---
name: Run the Molecule Test Suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
molecule:
runs-on: ubuntu-latest
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
steps:
- uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2