Skip to content

Commit

Permalink
Remove failing build. no such file:../crypto/bio/bss_file.c:79
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Dec 5, 2023
1 parent fc7d2a1 commit 82a4d7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Ansible Molecule

on:
push:
tags_ignore:
- '*'
branches:
- master
pull_request:
schedule:
- cron: '5 3 3 * *'
Expand Down Expand Up @@ -49,8 +49,6 @@ jobs:
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ molecule:
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"

galaxy:
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|[Debian](https://hub.docker.com/r/robertdebock/debian)|all|
|[Fedora](https://hub.docker.com/r/robertdebock/fedora/)|all|
|[opensuse](https://hub.docker.com/r/robertdebock/opensuse)|all|
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all|
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|jammy, focal|
The minimum version of Ansible required is 2.12, tests have been done to:
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ galaxy_info:
- all
- name: Ubuntu
versions:
- all
- jammy
- focal

galaxy_tags:
- ca
Expand Down

0 comments on commit 82a4d7b

Please sign in to comment.