Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ome/action-ome-ansible-molecule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Molecule action

A GitHub action to test your Ansible role using Molecule.

For information on this Python package see README.rst.

Inputs

scenario

The molecule scenario to run. Default default

manage-virtualenv

If false you are responsible for creating the Python environment, default true (this action will create a virtualenv ~/venv and install dependencies).

ome-ansible-molecule-version

The version of the ome-ansible-molecule meta-package to install for running the Molecule tests. Default: 0.5.*

Example usage

Here is a default configuration.

---
on:
  - push

jobs:
  build:
    runs-on: ubuntu-18.04
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - name: molecule
        uses: ome/action-ome-ansible-molecule@main

About

Run Ansible Molecule using ome-ansible-molecule

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •