Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Quirmbach committed Oct 3, 2024
1 parent 42b94f7 commit 4b89ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Schritt 4: Füge die Master-Node zur known_hosts-Datei hinzu
- name: Add server to known hosts
run: |
ech "Adding server ${{ vars.MASTER_NODE_IP }} to the known hosts"
echo "Adding server ${{ vars.MASTER_NODE_IP }} to the known hosts"
ssh-keyscan -H ${{ vars.MASTER_NODE_IP }} >> ~/.ssh/known_hosts
# Schritt 5: Führe das Ansible-Playbook aus
Expand Down

0 comments on commit 4b89ca6

Please sign in to comment.