Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 29, 2024
1 parent 237f5ff commit 73da1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install Ansible dependencies
id: init
run: ansible-galaxy install -r requirements.yml -p roles/galaxy/'
run: ansible-galaxy install -r requirements.yml -p roles/galaxy/

- name: Configure SSH key
run: 'mkdir -p ~/.ssh && echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 && echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_ed25519.pub && chmod 600 ~/.ssh/id_ed25519'
Expand Down

0 comments on commit 73da1e9

Please sign in to comment.