mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
[TEMP] Run current_container_facts module in CI outside of ansible-test.
This commit is contained in:
parent
5596b9a1f9
commit
1cdd3e3550
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
@ -143,3 +143,5 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
target-python-version: ${{ matrix.python }}
|
||||
testing-type: integration
|
||||
- name: Show output of the current_container_facts module
|
||||
run: ANSIBLE_COLLECTIONS_PATHS=/home/runner/work/community.docker/community.docker/ ansible localhost -m community.docker.current_container_facts
|
||||
|
||||
@ -16,6 +16,8 @@ else
|
||||
target="azp/"
|
||||
fi
|
||||
|
||||
ansible localhost -m community.docker.current_container_facts
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
||||
--docker "${image}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user