Indentation issues fixed.

This commit is contained in:
Kevin Fenzi
2015-07-23 17:34:39 +00:00
parent 64a1639e66
commit fc61c82690

View File

@@ -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