Skip to content

Commit

Permalink
Update meta and readme
Browse files Browse the repository at this point in the history
Removed centos 7 and ubuntu 18.04 added ubuntu 22.04
  • Loading branch information
kevincoakley committed Oct 19, 2022
1 parent 55d44f7 commit be7cea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down
6 changes: 3 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,16 +18,15 @@ 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.
#
platforms:
- name: EL
versions:
- 7
- 8
- "8"
- name: Ubuntu
versions:
- bionic
Expand Down

0 comments on commit be7cea1

Please sign in to comment.