Skip to content

Commit

Permalink
fix: applying PR#302 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdiego authored and bbaassssiiee committed Sep 29, 2022
1 parent 293f7ad commit d7389f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 1 addition & 9 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
# File: vars/RedHat.yml - Red Hat vars for Vault

vault_os_packages:
- "{% if ( ansible_distribution == 'Fedora' and ansible_distribution_version is version('28', '<') ) or \
( ansible_distribution == 'CentOS' and ansible_distribution_version is version('8', '<') ) or \
( ansible_distribution == 'Amazon' and ansible_distribution_version is version('3', '<') ) or \
( ansible_distribution == 'OracleLinux' and ansible_distribution_version is version('8', '<') ) \
%}\
libselinux-python\
{% else %}\
python3-libselinux\
{% endif %}"
- "{{ 'libselinux-python' if ansible_python_version is version('3', '<') else 'python3-libselinux' }}"
- git
- unzip

Expand Down
7 changes: 0 additions & 7 deletions vars/RedHat8.yml

This file was deleted.

0 comments on commit d7389f5

Please sign in to comment.