This commit is contained in:
@@ -21,7 +21,11 @@ jobs:
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install ansible
|
||||
|
||||
|
||||
- name: Set up SSH
|
||||
uses: webfactory/ssh-agent@v0.5.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- name: Run Ansible Playbook
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user