From 412befee6420883c0cebb730d3b48d967b40d53e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 22 Aug 2018 21:19:32 +0200 Subject: [PATCH] yaml syntax --- tasks/sudo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sudo.yml b/tasks/sudo.yml index 8c91422..5e10da0 100644 --- a/tasks/sudo.yml +++ b/tasks/sudo.yml @@ -20,4 +20,4 @@ name: "{{ item }}" groups: sudo append: yes - with_items: '{{ deploy_users }}' + with_items: '{{ deploy_users }}'