From 6108972f51120e15bdbcdba2326df7bbb5a16f57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Mar 2015 21:07:26 +0000 Subject: [PATCH] Try playing with the syntax here a bit. --- tasks/cloud_setup_basic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index b889df5a64..893189af01 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -41,8 +41,7 @@ - name: add root keys for sysadmin-main and other allowed users authorized_key: user=root key="{{ item }}" - with_lines: - - /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }} + with_lines: /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }} tags: - config ignore_errors: true