From 4b1a7327a2ec741d219fb304b38e3db541601ec7 Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Sun, 26 Jul 2020 14:32:34 -0400 Subject: [PATCH] changed - robin hood style --- promtail/local.yaml | 1 + promtail/roles/requirements.yml | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/promtail/local.yaml b/promtail/local.yaml index d5195dc..a8bfa5f 100644 --- a/promtail/local.yaml +++ b/promtail/local.yaml @@ -1,6 +1,7 @@ --- - name: Install promtail to Linux machines for log collection. hosts: all + gather_facts: yes roles: - role: patrickjahns.promtail vars: diff --git a/promtail/roles/requirements.yml b/promtail/roles/requirements.yml index 2fe1df4..d884132 100644 --- a/promtail/roles/requirements.yml +++ b/promtail/roles/requirements.yml @@ -1,5 +1 @@ ---- -roles: - # Install a role from Ansible Galaxy. - - name: patrickjahns.promtail - version: 1.4.0 + - src: patrickjahns.promtail