From fc61c826906fd2327f7e710ee028bd6acf3edc3f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Jul 2015 17:34:39 +0000 Subject: [PATCH] Indentation issues fixed. --- playbooks/groups/twisted-buildbots.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/twisted-buildbots.yml b/playbooks/groups/twisted-buildbots.yml index 7f00ef8132..53cf7078e5 100644 --- a/playbooks/groups/twisted-buildbots.yml +++ b/playbooks/groups/twisted-buildbots.yml @@ -28,9 +28,9 @@ tasks: - name: add twisted key - authorized_key: user=root key="{{ item }}" - with_file: - - /srv/web/infra/ansible/files/twisted/ssh-pub-key - tags: - - config - - sshkeys + authorized_key: user=root key="{{ item }}" + with_file: + - /srv/web/infra/ansible/files/twisted/ssh-pub-key + tags: + - config + - sshkeys