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