CI platform packages update, dnf_packages list for targets
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 3m24s

This commit is contained in:
Mike Holloway 2025-01-07 21:49:42 -05:00
parent 2ef9c930cb
commit 3094dea795
2 changed files with 11 additions and 2 deletions

View File

@ -93,7 +93,7 @@
tasks:
- name: Packages openssh-server, python3-policycoreutils
ansible.builtin.dnf:
name: ['openssh-server', 'python3-policycoreutils']
name: procps-ng
state: present
- name: systemd PID

View File

@ -1,8 +1,17 @@
- import_tasks: include-vars.yml
- name: Install podman, podman networking plugins, and python support packages
vars:
dnf_packages:
- 'openssh-server'
- 'podman'
- 'podman-plugins'
- 'systemd-container'
- 'containernetworking-plugins'
- 'python3-pip'
- 'python3-policycoreutils'
dnf:
name: ['podman', 'containernetworking-plugins', 'podman-plugins', 'python3-pip', 'systemd-container']
name: "{{ dnf_packages }}"
state: present
- name: Install podman-compose pip Package