summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2020-08-17 23:02:08 +0200
committerGitHub <noreply@github.com>2020-08-17 16:02:08 -0500
commita534d8dc74a305fbfea29056418f5fa9ad64e98a (patch)
tree4e56d2c51fa6a3c43fbf99bcbcaa8a209b875b59 /docs
parentea8c2194022f756156979f55debc84ef6a001e16 (diff)
downloadansible-a534d8dc74a305fbfea29056418f5fa9ad64e98a.tar.gz
[doc] Fix link to packet inventory files in 2.9 branch (#71206)
fixes #71203
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/scenario_guides/guide_packet.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_packet.rst b/docs/docsite/rst/scenario_guides/guide_packet.rst
index 28e23b9eba..919e121fbd 100644
--- a/docs/docsite/rst/scenario_guides/guide_packet.rst
+++ b/docs/docsite/rst/scenario_guides/guide_packet.rst
@@ -216,9 +216,9 @@ You can either copy the inventory and ini config out from the cloned git repo, o
.. code-block:: bash
- $ wget https://github.com/ansible/ansible/raw/devel/contrib/inventory/packet_net.py
+ $ wget https://github.com/ansible/ansible/raw/stable-2.9/contrib/inventory/packet_net.py
$ chmod +x packet_net.py
- $ wget https://github.com/ansible/ansible/raw/devel/contrib/inventory/packet_net.ini
+ $ wget https://github.com/ansible/ansible/raw/stable-2.9/contrib/inventory/packet_net.ini
In order to understand what the inventory script gives to Ansible you can run: