From 227c6f94189c8d76d77ce4fe55db38e5444bc642 Mon Sep 17 00:00:00 2001 From: zend0 Date: Thu, 9 Feb 2017 15:25:05 +0400 Subject: [PATCH] Update Debian.yml upd add become: yes --- tasks/Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/Debian.yml b/tasks/Debian.yml index aa3133e..c27bd28 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -32,6 +32,7 @@ repo: "deb https://repos.influxdata.com/{{ ansible_distribution|lower }} {{ ansible_lsb.codename }} stable" filename: "influxdb" state: present + become: yes tags: - telegraf - packages