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
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 3m24s
This commit is contained in:
parent
2ef9c930cb
commit
3094dea795
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user