mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
added necessary argument (#16067)
E.G.
~~~~
# ./openstack.py --refresh
usage: openstack.py [-h] [--private] [--refresh] [--debug]
(--list | --host HOST)
openstack.py: error: one of the arguments --list --host is required
This commit is contained in:
@@ -297,7 +297,7 @@ 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
|
./openstack.py --refresh --list
|
||||||
|
|
||||||
.. _other_inventory_scripts:
|
.. _other_inventory_scripts:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user