From 7c7976771c2505cb973bf28aa75de0121b908fdd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Krupa?= <pawel@krupa.net.pl>
Date: Wed, 16 Oct 2019 15:59:06 +0200
Subject: [PATCH] tasks: do not use alias for createhome as it seems to be
 broken

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index f449ce2..72bc959 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -23,7 +23,7 @@
     append: true
     shell: /usr/sbin/nologin
     system: true
-    createhome: false
+    create_home: false
     home: /
   when: node_exporter_system_user != "root"