add debug step
This commit is contained in:
@@ -76,6 +76,13 @@ jobs:
|
|||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
ssh-add ~/.ssh/ssh_key
|
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
|
- name: Deploy stack with Ansible
|
||||||
run: |
|
run: |
|
||||||
cd ansible-shared
|
cd ansible-shared
|
||||||
|
Reference in New Issue
Block a user