The _fluent-bit_ package is provided by EPEL for Red Hat/CentOS/AlmaLinux.
12 lines
211 B
YAML
12 lines
211 B
YAML
- import_playbook: dyngroups.yml
|
|
- hosts: AlmaLinux:CentOS
|
|
tasks:
|
|
- name: ensure epel-release is installed
|
|
package:
|
|
name: epel-release
|
|
state: present
|
|
tags:
|
|
- install
|
|
tags:
|
|
- epel
|