add debug step
This commit is contained in:
@@ -76,6 +76,13 @@ jobs:
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add ~/.ssh/ssh_key
|
||||
|
||||
- name: Debug inventory
|
||||
run: |
|
||||
cd ansible-shared
|
||||
echo "STAF_HOST value: '${{ secrets.STAF_HOST }}'"
|
||||
echo "Generated inventory:"
|
||||
cat inventory.ini
|
||||
|
||||
- name: Deploy stack with Ansible
|
||||
run: |
|
||||
cd ansible-shared
|
||||
|
Reference in New Issue
Block a user