Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thtong committed Oct 4, 2021
1 parent c0790a3 commit 7f808b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ None.
- gh_repo_name - the github repo e.g. `thtong/ansible-role-github-tag-release`
- gh_repo_tag - the tag e.g `latest`
- gh_repo_download_dir - the path to save the release asset e.g. `/tmp/`
- gh_repo_downnlod_mode - options are `architecture`, `first`, `all` (default), `match`
- gh_repo_download_mode - options are `architecture`, `first`, `all` (default), `match`
- architecture will download assets with name that match target OS architecture e.g. amd64
- first will download first asset listed
- all will download all assets listed
- match will download asset(s) that match the regex specified in `gh_repo_download_match_regex`
- gh_repo_download_match_regex - the regex to use if `gh_repo_downnlod_mode` is set to match
- gh_repo_download_match_regex - the regex to use if `gh_repo_download_mode` is set to match

## Dependencies

Expand Down

0 comments on commit 7f808b7

Please sign in to comment.