From f37a624fbe1ccda0681e34e11dd6797f6a46588d Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 19 Sep 2024 11:30:14 +0200 Subject: [PATCH] Try Fedora Rawhide. --- .github/workflows/molecule.yml | 4 ++++ .gitlab-ci.yml | 3 +++ README.md | 2 +- meta/main.yml | 3 +-- vars/main.yml | 16 ++++++++-------- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1610981..533a8b9 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -46,6 +46,8 @@ jobs: tag: "39" - image: "fedora" tag: "latest" + - image: "fedora" + tag: "rawhide" - image: "ubuntu" tag: "latest" - image: "ubuntu" @@ -90,6 +92,8 @@ jobs: tag: "39" - image: "fedora" tag: "latest" + - image: "fedora" + tag: "rawhide" - image: "ubuntu" tag: "latest" - image: "ubuntu" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8f7f72..3d3922c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,9 @@ molecule: - image: "fedora" tag: "latest" python: ['python:3.9', 'python:3.10'] + - image: "fedora" + tag: "rawhide" + python: ['python:3.9', 'python:3.10'] - image: "ubuntu" tag: "latest" python: ['python:3.9', 'python:3.10'] diff --git a/README.md b/README.md index 94f31d1..45fcee1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |[Amazon](https://hub.docker.com/r/robertdebock/amazonlinux)|Candidate| |[EL](https://hub.docker.com/r/robertdebock/enterpriselinux)|9| |[Debian](https://hub.docker.com/r/robertdebock/debian)|all| -|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|39, 40| +|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|all| |[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all| The minimum version of Ansible required is 2.12, tests have been done to: diff --git a/meta/main.yml b/meta/main.yml index 21d05fd..9c0d915 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,8 +22,7 @@ galaxy_info: - all - name: Fedora versions: - - "39" - - "40" + - all - name: Ubuntu versions: - all diff --git a/vars/main.yml b/vars/main.yml index fe2cc7e..114f04a 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -42,14 +42,14 @@ _core_dependencies_specific_packages: - python3-apt - subversion - xz-utils - Fedora-41: - - dnf - - iproute - - python3-libdnf5 - - python3-libselinux - - python3-libsemanage - - shadow-utils - - xz + # Fedora-41: + # - dnf + # - iproute + # - python3-libdnf5 + # - python3-libselinux + # - python3-libsemanage + # - shadow-utils + # - xz RedHat-7: - iproute - libselinux-python