Skip to content

Commit

Permalink
Merge pull request #33 from nesi/centos8
Browse files Browse the repository at this point in the history
Centos8 support
  • Loading branch information
VilleS1 authored Feb 10, 2021
2 parents 00da97a + ecaf5fd commit 9598812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ galaxy_info:
min_ansible_version: 2.4
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
platforms:
Expand All @@ -27,6 +27,7 @@ galaxy_info:
# - 5
- 6
- 7
- 8
#- name: GenericUNIX
# versions:
# - all
Expand Down Expand Up @@ -137,4 +138,4 @@ dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.

2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- block:
- include_tasks: configure_yum.yml
when: ansible_pkg_mgr == 'yum'
when: ansible_pkg_mgr in ['yum', 'dnf']

- include_tasks: configure_apt.yml
when: ansible_pkg_mgr == 'apt'
Expand Down

0 comments on commit 9598812

Please sign in to comment.