From 40bf7f153605af9e3c0d389a94afcc5f3ff1ca9d Mon Sep 17 00:00:00 2001 From: Kevin Coakley Date: Fri, 15 May 2020 08:12:22 -0700 Subject: [PATCH] Support EL 8 and Ubuntu Focal --- README.md | 2 +- meta/main.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df895e..02a6b83 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ are not present in the list of Ansible facts, like the container's private ip ad Requirements ------------ -None. Tested on CentOS 7 and Ubuntu 18.04. +None. Tested on CentOS 7 & 8 and Ubuntu 18.04 & 20.04. Role Variables -------------- diff --git a/meta/main.yml b/meta/main.yml index a6adeea..1497047 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,5 +1,6 @@ --- galaxy_info: + role_name: facter author: Kevin Coakley description: Install Facter on a host then regather the host facts @@ -25,9 +26,11 @@ galaxy_info: - name: EL versions: - 7 + - 8 - name: Ubuntu versions: - bionic + - focal galaxy_tags: - system