mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #18422 from evgeni/fix-dynamic_inventory_intro-rst
fix formating on the intro_dynamic_inventory page
This commit is contained in:
commit
d1b41d8f9c
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ To see the complete list of variables available for an instance, run the script
|
|||
Note that the AWS inventory script will cache results to avoid repeated API calls, and this cache setting is configurable in ec2.ini. To
|
||||
explicitly clear the cache, you can run the ec2.py script with the ``--refresh-cache`` parameter::
|
||||
|
||||
# ./ec2.py --refresh-cache
|
||||
./ec2.py --refresh-cache
|
||||
|
||||
.. _openstack_example:
|
||||
|
||||
|
@ -307,7 +307,7 @@ After a few moments you should see some JSON output with information about your
|
|||
Refresh the cache
|
||||
+++++++++++++++++
|
||||
|
||||
Note that the OpenStack dynamic inventory script will cache results to avoid repeated API calls. To explicitly clear the cache, you can run the openstack.py (or hosts) script with the --refresh parameter:
|
||||
Note that the OpenStack dynamic inventory script will cache results to avoid repeated API calls. To explicitly clear the cache, you can run the openstack.py (or hosts) script with the ``--refresh`` parameter::
|
||||
|
||||
./openstack.py --refresh --list
|
||||
|
||||
|
|
Loading…
Reference in a new issue