From a534d8dc74a305fbfea29056418f5fa9ad64e98a Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Mon, 17 Aug 2020 23:02:08 +0200 Subject: [PATCH] [doc] Fix link to packet inventory files in 2.9 branch (#71206) fixes #71203 --- docs/docsite/rst/scenario_guides/guide_packet.rst | 4 ++-- 1 file 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 28e23b9ebad..919e121fbd8 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: