Skip to content

Commit

Permalink
Remove unecessary dependency on epel and powertools #7
Browse files Browse the repository at this point in the history
- openldap ltb does not require those.
  • Loading branch information
philhaworteks committed Oct 13, 2023
1 parent 7d6dd38 commit 563ec0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/ldaptoolbox-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
- name: fetch repository key
ansible.builtin.shell: "rpm --import https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project"

- name: setup epel repository
ansible.builtin.shell: |
dnf config-manager --set-enabled powertools
dnf install -y epel-release epel-next-release
- name: "setup ldaptoolbox repository on RHEL like version >= 8 "
copy:
content: |
Expand Down

0 comments on commit 563ec0a

Please sign in to comment.