mirror of
https://github.com/ruanbekker/dev-environment-vagrant.git
synced 2026-08-25 01:05:31 +02:00
Add ansible role
This commit is contained in:
@@ -0,0 +1 @@
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
- name: Install Promtail Dependencies
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
with_items:
|
||||
- tar
|
||||
- unzip
|
||||
Reference in New Issue
Block a user