diff options
Diffstat (limited to 'changelogs/fragments/ansible-test-network-detection.yml')
-rw-r--r-- | changelogs/fragments/ansible-test-network-detection.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-network-detection.yml b/changelogs/fragments/ansible-test-network-detection.yml new file mode 100644 index 0000000000..a7277e16a3 --- /dev/null +++ b/changelogs/fragments/ansible-test-network-detection.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - When detection of the current container network fails, a warning is now issued and execution continues. + This simplifies usage in cases where the current container cannot be inspected, such as when running in GitHub Codespaces. |