This commit is contained in:
parent
3a4f8b0828
commit
93d23cf14b
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
hosts: "{{ host }}"
|
||||
- hosts: "{{ host }}"
|
||||
vars:
|
||||
|
||||
tasks:
|
||||
- name: Set up multiple authorized keys
|
||||
ansible.posix.authorized_key:
|
||||
user: deploy
|
||||
|
|
Loading…
Reference in New Issue