From 9abcd8d34d77f1a8a77f61dd9e3d692dd90e2a38 Mon Sep 17 00:00:00 2001 From: Artem Yarmoluk Date: Mon, 3 Dec 2018 19:57:44 +0200 Subject: [PATCH] Use distribution in repo url --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 05187ee..24dbffd 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,7 @@ - name: "Ensure the package repository is up to date" apt_repository: - repo: "deb https://packages.fluentbit.io/ubuntu/{{ ansible_distribution_release }} {{ ansible_distribution_release }} main" + repo: "deb https://packages.fluentbit.io/{{ ansible_distribution|lower }}/{{ ansible_distribution_release }} {{ ansible_distribution_release }} main" state: "present" - name: "Update repositories cache and install td-agent-bit"