Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 20, 2024
1 parent 616cea0 commit 81201dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,16 @@ jobs:
- name: Configure VM with ansible
run: |
cd ansible
chmod 600 ansible_ssh_key
mkdir -p ~/.ssh
ssh-keyscan -H $JUMPHOST_IP >> ~/.ssh/known_hosts
cat ~/.ssh/known_hosts
# - name: Configure VM with ansible
# run: |
Expand Down

0 comments on commit 81201dd

Please sign in to comment.