From cc4b51bf986968c7102919346b3fe52b95b63f02 Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Sun, 19 May 2019 23:01:41 -0400 Subject: [PATCH] Command instead of shell --- users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.yml b/users.yml index 484e362c..49eeb113 100644 --- a/users.yml +++ b/users.yml @@ -8,7 +8,7 @@ tasks: - block: - name: Get list of installed servers - shell: ls configs/ + command: ls configs/ register: _directory_list - name: Build list of installed servers