File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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::
You can’t perform that action at this time.
0 commit comments