Skip to content

Commit

Permalink
debug ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran committed Sep 27, 2024
1 parent 56fe902 commit abdf93a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
run: |
ansible-galaxy install -r ansible/requirements.yml
ansible-playbook \
-vvv \ # DEBUG
--connection local \
-i localhost, \
--limit localhost \
Expand All @@ -173,6 +174,7 @@ jobs:
timeout-minutes: 480
run: |
ansible-playbook \
-vvv \ # DEBUG
-i ansible/ci \
-e build_hosts='job_id_${{ env.JOB_ID }}' \
-e arch='${{ matrix.arch }}' \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
timeout-minutes: 480
run: |
ansible-playbook \
-vvv \ # DEBUG
--connection local \
-i localhost, \
--limit localhost \
Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:
timeout-minutes: 480
run: |
ansible-playbook \
-vvv \ # DEBUG
-i ansible/ci \
-e arch='${{ matrix.arch }}' \
-e build_hosts='job_id_${{ env.JOB_ID }}' \
Expand Down

0 comments on commit abdf93a

Please sign in to comment.