Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

role not found #2

Open
dfang opened this issue Jul 5, 2023 · 0 comments
Open

role not found #2

dfang opened this issue Jul 5, 2023 · 0 comments

Comments

@dfang
Copy link

dfang commented Jul 5, 2023

molecule init role xxx.yyy

then add these lines to .github/workflow/molecule.yml

on: push

jobs:
  molecule:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        config:
          - os: "centos8"
            tag: "latest"
          - os: "nmusatti/ubuntu2204-pys"
            tag: "latest"
          - os: "nmusatti/centos-stream8-pys"
            tag: "latest"
    steps:
      - uses: actions/checkout@v2
        with:
          path: "${{ github.repository }}"
      - name: Molecule
        uses: MonolithProjects/[email protected]
        with:
          os: ${{ matrix.config.os }}
          tag: ${{ matrix.config.tag }}
          molecule_command: converge

molecule version

λ molecule --version
molecule 5.0.1 using python 3.11 
    ansible:2.14.5
    delegated:5.0.1 from molecule
    docker:2.1.0 from molecule_docker requiring collections: community.docker>=3.0.2 ansible.posix>=1.4.0

full error messages on online workflow:
https://github.com/dfang/ansible_role_asdf/actions/runs/5460479641/jobs/9937508519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant