mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
Indentation issues fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user