mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 22:42:34 +03:00
add support for debian-based distro, add new testcase
This commit is contained in:
6
tasks/pre_install/apt.yml
Normal file
6
tasks/pre_install/apt.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: vector | install archive manager
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- tar
|
||||
6
tasks/pre_install/yum.yml
Normal file
6
tasks/pre_install/yum.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: vector | install archive manager
|
||||
become: true
|
||||
ansible.builtin.yum:
|
||||
name:
|
||||
- tar
|
||||
Reference in New Issue
Block a user