Skip to content

Commit

Permalink
Disable RawHide checking, Ansible issue 81199.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 10, 2023
1 parent 17b747b commit aa018e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
tag: "37"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ molecule:
tag: "37"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example is taken from [`molecule/default/converge.yml`](https://github.com/

```yaml
---
- name: converge
- name: Converge
hosts: all
become: yes
gather_facts: yes
Expand Down

0 comments on commit aa018e2

Please sign in to comment.