Browse code

documentation: modify the link to the docker.txt listing all images (#61838) (#61847)

The file was moved.

(cherry picked from commit aadb192846bb838bbeb8df9f06d2180643699a48)

ndclt authored on 2019/09/06 00:07:39
Showing 1 changed files
... ...
@@ -64,7 +64,7 @@ outside of those test subdirectories.  They will also not reconfigure or bounce
64 64
 
65 65
 .. note:: Running integration tests within Docker
66 66
 
67
-   To protect your system from any potential changes caused by integration tests, and to ensure a sensible set of dependencies are available we recommend that you always run integration tests with the ``--docker`` option. See the `list of supported docker images <https://github.com/ansible/ansible/blob/devel/test/runner/completion/docker.txt>`_ for options.
67
+   To protect your system from any potential changes caused by integration tests, and to ensure a sensible set of dependencies are available we recommend that you always run integration tests with the ``--docker`` option. See the `list of supported docker images <https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/_data/completion/docker.txt>`_ for options.
68 68
 
69 69
 .. note:: Avoiding pulling new Docker images
70 70