mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-11 20:12:17 +00:00
Merge pull request #1309 from rjeffman/update_fedora_41
Update images to Fedora 41
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- script: ansible-galaxy collection install containers.podman
|
- script: ansible-galaxy collection install containers.podman
|
||||||
displayName: Install Ansible Galaxy collections
|
displayName: Install Ansible Galaxy collections
|
||||||
|
|
||||||
- script: infra/image/build.sh -s ${{ parameters.distro }}
|
- script: infra/image/build.sh -p -s ${{ parameters.distro }}
|
||||||
displayName: Build ${{ parameters.distro }} base image
|
displayName: Build ${{ parameters.distro }} base image
|
||||||
env:
|
env:
|
||||||
ANSIBLE_ROLES_PATH: "${PWD}/roles"
|
ANSIBLE_ROLES_PATH: "${PWD}/roles"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dnf makecache; \
|
|||||||
dnf --assumeyes install \
|
dnf --assumeyes install \
|
||||||
/usr/bin/python3 \
|
/usr/bin/python3 \
|
||||||
/usr/bin/python3-config \
|
/usr/bin/python3-config \
|
||||||
/usr/bin/dnf-3 \
|
python3-libdnf5 \
|
||||||
sudo \
|
sudo \
|
||||||
bash \
|
bash \
|
||||||
systemd \
|
systemd \
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ dnf makecache; \
|
|||||||
dnf --assumeyes install \
|
dnf --assumeyes install \
|
||||||
/usr/bin/python3 \
|
/usr/bin/python3 \
|
||||||
/usr/bin/python3-config \
|
/usr/bin/python3-config \
|
||||||
/usr/bin/dnf-3 \
|
|
||||||
python3-libdnf5 \
|
python3-libdnf5 \
|
||||||
sudo \
|
sudo \
|
||||||
bash \
|
bash \
|
||||||
|
|||||||
Reference in New Issue
Block a user