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