Skip to content

Commit 714cdc4

Browse files
authored
Merge pull request #28 from nvaatstra/130meta
1.3.0 Meta & requirements update
2 parents 9354052 + 0ea330f commit 714cdc4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

meta/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@ galaxy_info:
55
description: Dnsdist is a highly scriptable and DDoS aware DNS loadbalancer
66
company: PowerDNS.COM BV
77
license: MIT
8-
min_ansible_version: 2.3
8+
min_ansible_version: 2.5
99
platforms:
1010
- name: EL
1111
versions:
1212
- 7
13+
- 8
1314
- name: Debian
1415
versions:
1516
- jessie
17+
- stretch
18+
- buster
1619
- name: Ubuntu
1720
versions:
1821
- trusty
19-
- utopic
20-
- vivid
21-
- wily
2222
- xenial
2323
- bionic
24+
- focal
2425
galaxy_tags:
2526
- dnsdist
2627
- dns

tasks/repo-RedHat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
- block:
44

55
- name: Install epel-release on CentOS
6-
yum:
6+
package:
77
name: epel-release
88
state: present
99
when: ansible_distribution in [ 'CentOS' ]
1010

1111
- name: Install epel-release on RHEL/OracleLinux
12-
yum:
12+
package:
1313
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
1414
state: present
1515
when: ansible_distribution in [ 'RedHat', 'OracleLinux' ]

0 commit comments

Comments
 (0)