diff --git a/playbooks/run-beaker-tests.yaml b/playbooks/run-beaker-tests.yaml index 922fcddc3..1bc954ecd 100644 --- a/playbooks/run-beaker-tests.yaml +++ b/playbooks/run-beaker-tests.yaml @@ -10,7 +10,7 @@ echo "Match address ::1" | sudo tee -a /etc/ssh/sshd_config echo " PermitRootLogin without-password" | sudo tee -a /etc/ssh/sshd_config mkdir -p .ssh - ssh-keygen -f ~/.ssh/id_rsa -b 2048 -P "" -m PEM + ssh-keygen -f ~/.ssh/id_rsa -b 2048 -P "" -m PEM <<