mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
fix: correct gcp_compute_instance_info filter docs
The link for filter documentation was pointing to gcloud, which isn't correct as gcp_compute_instance_info communicates with the API. fixes #549
This commit is contained in:
parent
252f215f2c
commit
12438f9bfb
2 changed files with 50 additions and 23 deletions
5
changelogs/fragments/gce-changelog.yaml
Normal file
5
changelogs/fragments/gce-changelog.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst#changelog-fragment-categories
|
||||
bugfixes:
|
||||
- >
|
||||
gcp_compute_instance_info: fix incorrect documentation for filter which incorrectly
|
||||
pointed to the gcloud filter logic rather than the API (fixes #549)
|
Loading…
Add table
Add a link
Reference in a new issue