fix(clientlibs/install): ensure tar is available for Amazon Linux 2
This commit is contained in:
parent
6745bf23d4
commit
7140ccf8a8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user