Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an example in the doc of list regions module #609

Merged

Conversation

zliang-akamai
Copy link
Member

📝 Description

This is to fix an example in the documentation of the list regions module.

✔️ How to Test

Run ansible-playbook /path/to/main.yaml -vvv against the YAML file with the following content.

---
- name: Create a Linode instance
  hosts: localhost
  gather_facts: no
  tasks:
    - name: Resolve all Linode regions
      linode.cloud.region_list:
        filters:
          - name: site_type
            values: core

@zliang-akamai zliang-akamai requested a review from a team as a code owner October 24, 2024 01:09
@zliang-akamai zliang-akamai requested review from jriddle-linode and ykim-akamai and removed request for a team October 24, 2024 01:09
Copy link
Contributor

@ykim-akamai ykim-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zliang-akamai zliang-akamai merged commit 1df058b into linode:dev Nov 1, 2024
7 checks passed
@zliang-akamai zliang-akamai added the documentation for updates to the documentation in the changelog. label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation for updates to the documentation in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants