Skip to content

Commit c391bcf

Browse files
committed
add python3-rpm as a requirement
add oython3-rpm as a requirement
1 parent 02132ed commit c391bcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/packages.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
update_cache: true
1111
when: ansible_os_family == "RedHat"
1212

13+
- name: "Ensure rpm-python is installed (rpm/zypper)"
14+
ansible.builtin.package:
15+
name: python3-rpm
16+
state: present
17+
when: ansible_os_family == "RedHat" or ansible_os_family == "Suse"
18+
1319
- name: "Ensure linux admin packages are available"
1420
ansible.builtin.package:
1521
name: "{{ global_packages }}"

0 commit comments

Comments
 (0)