fix cd
This commit is contained in:
parent
3fad5b5f50
commit
91dcd8c6f2
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ jobs:
|
|||
run: |
|
||||
chmod 600 /root/.ssh/id_rsa
|
||||
|
||||
- name: Set up SSH agent
|
||||
run: |
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add /root/.ssh/id_rsa
|
||||
|
||||
- name: Run Ansible Playbook
|
||||
uses: docker://mafyuh/ansible-bws:v1.0.4
|
||||
|
|
Loading…
Add table
Reference in a new issue