Skip to content

Commit

Permalink
Install epel-release and tools on Rocky hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 25, 2024
1 parent 3d536c6 commit 34cecd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@
tags:
- role::common

- name: Install EPEL Release repository & system administration tools
package:
name:
- epel-release
- htop
state: present
tags:
- role::common
when: ansible_distribution == "Rocky"

- name: Install system administration tools
package:
name:
Expand Down

0 comments on commit 34cecd3

Please sign in to comment.