Skip to content

Commit

Permalink
fix installation on RHEL-like target (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Oct 18, 2023
1 parent c906a6a commit e18d530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Requirements
------------

- ansible
- ssh
- git if you get this role from the git repository
- HTTP connection to the LTB-project's repository

Targets OS supported : Debian and RHEL like from version 7.
Expand Down
4 changes: 4 additions & 0 deletions tasks/ldaptoolbox-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
- name: fetch repository key
ansible.builtin.shell: "rpm --import https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project"

- name: install EPEL repository
ansible.builtin.shell: |
dnf install -y epel-release
- name: "setup ldaptoolbox repository on RHEL like version >= 7 "
copy:
content: |
Expand Down

0 comments on commit e18d530

Please sign in to comment.