fix(clientlibs/install): ensure tar is available for Amazon Linux 2

This commit is contained in:
Michael Schmitt 2021-07-15 20:22:44 -06:00
parent 6745bf23d4
commit 7140ccf8a8
No known key found for this signature in database
GPG Key ID: 5145CC5841E00C15

View File

@ -28,7 +28,7 @@ prometheus-clientlibs-install-{{ name }}:
- group - group
- mode - mode
{%- endif %} {%- endif %}
{%- if grains.get('osfinger', '') in ['Oracle Linux Server-8'] %} {%- if grains.get('osfinger', '') in ['Oracle Linux Server-8', 'Amazon Linux-2'] %}
pkg.installed: pkg.installed:
- name: tar - name: tar
- require_in: - require_in: