Skip to content

Commit

Permalink
Support EL 8 and Ubuntu Focal
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed May 15, 2020
1 parent 5d9c68a commit 40bf7f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 and Ubuntu 18.04.
None. Tested on CentOS 7 & 8 and Ubuntu 18.04 & 20.04.

Role Variables
--------------
Expand Down
3 changes: 3 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
galaxy_info:
role_name: facter
author: Kevin Coakley
description: Install Facter on a host then regather the host facts

Expand All @@ -25,9 +26,11 @@ galaxy_info:
- name: EL
versions:
- 7
- 8
- name: Ubuntu
versions:
- bionic
- focal

galaxy_tags:
- system
Expand Down

0 comments on commit 40bf7f1

Please sign in to comment.