Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 5, 2024
1 parent cffa705 commit 8b22ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- backups

- name: Create public key file from private key
command: ssh-keygen -y -f {{ crontab_user_home }}/.ssh/id_rsa > {{ crontab_user_home }}/.ssh/id_rsa.pub
shell: ssh-keygen -y -f '{{ crontab_user_home }}/.ssh/id_rsa' > '{{ crontab_user_home }}/.ssh/id_rsa.pub'
tags:
- backups

Expand Down

0 comments on commit 8b22ad9

Please sign in to comment.