Skip to content

Ansible and secrets update #8

Ansible and secrets update

Ansible and secrets update #8

Workflow file for this run

---
name: Test role
on: [push, pull_request]
jobs:
molecule:
name: Runs molecule for the ansible role
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Fake the ansible role is at the top dir
run: |
ls -ltra
mv deploy/roles/catchall/* .
- name: Test
uses: robertdebock/[email protected]
with:
image: "ubuntu"
tag: "latest"