Skip to content

Commit

Permalink
refactor: use primary package names instead of aliases
Browse files Browse the repository at this point in the history
The package names `python3-libselinux` and `python3-policycoreutils`
are the actual package names.  The others are aliases - they
are `Provides:` in the RPM.  Using the actual package names makes
it easier for ostree integration as well.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Sep 19, 2023
1 parent 312b327 commit fb9c7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/set_facts_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
- name: Install SELinux python3 tools
package:
name:
- libselinux-python3
- policycoreutils-python3
- python3-libselinux
- python3-policycoreutils
state: present
when: ansible_python_version is version('3', '>=')

Expand Down

0 comments on commit fb9c7ac

Please sign in to comment.