Skip to content

Commit

Permalink
Small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidimensional committed Jun 23, 2023
1 parent 722f80f commit a7e06e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/lookup_github_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ constrain.
ansible.builtin.debug:
msg: "{{ lookup('vidimensional.collection.github_release', repo='hashicorp/terraform') }}"

- name: Get the latest AWS-CLI (including preseleases).
- name: Get the latest awscli version(including preseleases).
ansible.builtin.debug:
msg: "{{ lookup('vidimensional.collection.github_release', repo='aws/aws-cli', spec='latest', allow_prereleases=True) }}"

Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/github_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ansible.builtin.debug:
msg: "{{ lookup('vidimensional.collection.github_release', repo='hashicorp/terraform') }}"
- name: Get the latest AWS-CLI (including preseleases).
- name: Get the latest awscli version(including preseleases).
ansible.builtin.debug:
msg: "{{ lookup('vidimensional.collection.github_release', repo='aws/aws-cli', spec='latest', allow_prereleases=True) }}"
Expand Down

0 comments on commit a7e06e1

Please sign in to comment.