Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1609 from CorbanR/master
Browse files Browse the repository at this point in the history
Use the public key in the rax module when creating a new Rackspace server
  • Loading branch information
CorbanR authored Jul 24, 2019
2 parents 35ae997 + 7a78813 commit 00e08e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/genesis-rackspace/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
image: "{{ rackspace_image }}"
region: "{{ regions[rackspace_region] }}"
files:
/root/.ssh/authorized_keys: "{{ streisand_ssh_private_key }}"
/root/.ssh/authorized_keys: "{{ streisand_ssh_private_key }}.pub"
wait: yes
register: streisand_server

Expand Down

0 comments on commit 00e08e2

Please sign in to comment.