diff options
| author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 22:07:28 +0100 | 
|---|---|---|
| committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 22:07:28 +0100 | 
| commit | e829ca802bb5819f78b8b2032c43eb04840eec23 (patch) | |
| tree | 43bda1528bb0f6bfc719e5317190c0d41ea87e89 /roles | |
| parent | a917b1e1137c1ad149cefcc73325e8901857d489 (diff) | |
fixed authorized_keys
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/install_arch/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_arch/tasks/main.yml b/roles/install_arch/tasks/main.yml index 2590b56..5b351f1 100644 --- a/roles/install_arch/tasks/main.yml +++ b/roles/install_arch/tasks/main.yml @@ -92,7 +92,7 @@        key: '{{ item }}'        path: /mnt/root/.ssh/authorized_keys        user: root -  with_items: authorized_keys +  with_items: '{{ authorized_keys }}'  - name: enable sshd    command: /usr/bin/arch-chroot /mnt /usr/bin/systemctl enable sshd.service  | 
