mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
add EPEL repo
This commit is contained in:
parent
e052286c09
commit
2261693e84
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
destructive
|
||||
needs/target/setup_epel
|
||||
shippable/posix/group2
|
||||
skip/osx
|
||||
skip/macos
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
####################################################################
|
||||
|
||||
- block:
|
||||
- name: Install EPEL repository (RHEL only)
|
||||
include_role:
|
||||
name: setup_epel
|
||||
|
||||
- name: install monit
|
||||
become: yes
|
||||
package:
|
||||
|
|
Loading…
Add table
Reference in a new issue