Skip to content

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

[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 #52

Workflow file for this run

name: Molecule
on:
push:
branches:
- main
- dev*
pull_request:
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_args: -d docker
#molecule_working_dir: thedatabaseme/cookbooks/ansible/molecule/molecule_test_role
env:
ANSIBLE_FORCE_COLOR: '1'
release:
needs:
- molecule
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
branch: main