1
0
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:
2018-07-27 01:03:30 +00:00
parent d680aceeca
commit 96c29d3209
2 changed files with 2 additions and 2 deletions

View File

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