mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
typo, do_tags, do_volume_ids
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
188ae18b1c
commit
d24bf49d3f
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,7 @@ When run against a specific host, this script returns the following variables:
|
|||
- do_private_ip_address
|
||||
- do_kernel - object
|
||||
- do_locked
|
||||
- de_memory
|
||||
- do_memory
|
||||
- do_name
|
||||
- do_networks - object
|
||||
- do_next_backup_window
|
||||
|
@ -67,7 +67,9 @@ When run against a specific host, this script returns the following variables:
|
|||
- do_size_slug
|
||||
- do_snapshot_ids - list
|
||||
- do_status
|
||||
- do_tags
|
||||
- do_vcpus
|
||||
- do_volume_ids
|
||||
|
||||
-----
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue