From be7cea1d253f4fa9f4fb5720bd647fcb9c0056a8 Mon Sep 17 00:00:00 2001 From: Kevin Coakley Date: Wed, 19 Oct 2022 10:25:43 -0700 Subject: [PATCH] Update meta and readme Removed centos 7 and ubuntu 18.04 added ubuntu 22.04 --- README.md | 2 +- meta/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62363a6..26e34f4 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 & 8 and Ubuntu 18.04 & 20.04. +None. Tested on CentOS 8 and Ubuntu 20.04 & 22.04. Role Variables -------------- diff --git a/meta/main.yml b/meta/main.yml index 1497047..e0679e0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,7 @@ --- galaxy_info: role_name: facter + namespace: kevincoakley author: Kevin Coakley description: Install Facter on a host then regather the host facts @@ -17,7 +18,7 @@ galaxy_info: # - CC-BY license: BSD - min_ansible_version: 2.5 + min_ansible_version: "2.5" # # platforms is a list of platforms, and each platform has a name and a list of versions. @@ -25,8 +26,7 @@ galaxy_info: platforms: - name: EL versions: - - 7 - - 8 + - "8" - name: Ubuntu versions: - bionic