[doc] Fix link to packet inventory files in 2.9 branch (#71206)

fixes #71203
pull/71329/head
Baptiste Mille-Mathias 4 years ago committed by GitHub
parent ea8c219402
commit a534d8dc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save