Skip to content

Commit 1a30414

Browse files
MAINT output inventory
1 parent dcf4072 commit 1a30414

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-legacy-compilers.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,21 @@ jobs:
8282
run: |
8383
mv inventory.yaml spec/fixtures/litmus_inventory.yaml
8484
echo ::endgroup::
85+
echo :: display contents of spec/fixtures/litmus_inventory.yaml1::
86+
run: |
87+
cat spec/fixtures/litmus_inventory.yaml
88+
echo ::endgroup::
8589
echo ::group::certnames
8690
bundle exec bolt plan run peadm_spec::add_inventory_hostnames \
8791
--inventory spec/fixtures/litmus_inventory.yaml \
8892
--modulepath spec/fixtures/modules \
8993
--no-host-key-check \
9094
inventory_file=spec/fixtures/litmus_inventory.yaml
9195
echo ::endgroup::
96+
echo :: display contents of spec/fixtures/litmus_inventory.yaml2::
97+
run: |
98+
cat spec/fixtures/litmus_inventory.yaml
99+
echo ::endgroup::
92100
echo ::group::info:request
93101
cat request.json || true; echo
94102
echo ::endgroup::

0 commit comments

Comments
 (0)