File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ jobs:
159
159
run : |
160
160
ansible-galaxy install -r ansible/requirements.yml
161
161
ansible-playbook \
162
+ -vvv \ # DEBUG
162
163
--connection local \
163
164
-i localhost, \
164
165
--limit localhost \
@@ -173,6 +174,7 @@ jobs:
173
174
timeout-minutes : 480
174
175
run : |
175
176
ansible-playbook \
177
+ -vvv \ # DEBUG
176
178
-i ansible/ci \
177
179
-e build_hosts='job_id_${{ env.JOB_ID }}' \
178
180
-e arch='${{ matrix.arch }}' \
Original file line number Diff line number Diff line change 85
85
timeout-minutes : 480
86
86
run : |
87
87
ansible-playbook \
88
+ -vvv \ # DEBUG
88
89
--connection local \
89
90
-i localhost, \
90
91
--limit localhost \
@@ -167,6 +168,7 @@ jobs:
167
168
timeout-minutes : 480
168
169
run : |
169
170
ansible-playbook \
171
+ -vvv \ # DEBUG
170
172
-i ansible/ci \
171
173
-e arch='${{ matrix.arch }}' \
172
174
-e build_hosts='job_id_${{ env.JOB_ID }}' \
You can’t perform that action at this time.
0 commit comments