Skip to content

Commit bf1672e

Browse files
committed
debug ansible
1 parent bc4bc83 commit bf1672e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/collector-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
run: |
160160
ansible-galaxy install -r ansible/requirements.yml
161161
ansible-playbook \
162+
-vvv \ # DEBUG
162163
--connection local \
163164
-i localhost, \
164165
--limit localhost \
@@ -173,6 +174,7 @@ jobs:
173174
timeout-minutes: 480
174175
run: |
175176
ansible-playbook \
177+
-vvv \ # DEBUG
176178
-i ansible/ci \
177179
-e build_hosts='job_id_${{ env.JOB_ID }}' \
178180
-e arch='${{ matrix.arch }}' \

.github/workflows/collector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
timeout-minutes: 480
8686
run: |
8787
ansible-playbook \
88+
-vvv \ # DEBUG
8889
--connection local \
8990
-i localhost, \
9091
--limit localhost \
@@ -167,6 +168,7 @@ jobs:
167168
timeout-minutes: 480
168169
run: |
169170
ansible-playbook \
171+
-vvv \ # DEBUG
170172
-i ansible/ci \
171173
-e arch='${{ matrix.arch }}' \
172174
-e build_hosts='job_id_${{ env.JOB_ID }}' \

0 commit comments

Comments
 (0)