mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 22:34:42 +00:00
Fixed default pub key
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
authorized_key:
|
||||
user: "{{ standard_user }}"
|
||||
state: present
|
||||
key: "{{ home_pub_key }}"
|
||||
key: "{{ default_pub_key }}"
|
||||
|
||||
- name: Docker compose version
|
||||
get_url:
|
||||
|
||||
Reference in New Issue
Block a user