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: