We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f056d0 commit 7c004d9Copy full SHA for 7c004d9
2 files changed
.github/workflows/ansible-site-test.yml
@@ -39,6 +39,9 @@ jobs:
39
run: |
40
echo "IMAGE=ghcr.io/${{ steps.normalize.outputs.REPO_LOWER }}/fedora-ansible-43-ansible:latest" >> $GITHUB_OUTPUT
41
42
+ - name: Check what directory we are in
43
+ run: pwd && tree -aC
44
+
45
- name: Run playbook inside container
46
uses: addnab/docker-run-action@v3
47
with:
.github/workflows/copilot-setup-steps.yml
@@ -33,7 +33,8 @@ jobs:
33
python3-pip \
34
git \
35
sshpass \
36
- jq
+ jq \
37
+ tree
38
- name: Install Ansible toolchain via pip
0 commit comments