Skip to content

Commit

Permalink
update nody_greeter_version
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Jul 19, 2024
1 parent 2c24476 commit 894dbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It is also possible to specify a default user image in case the user's `~/.face`
## Variables
| Variable | Description | Default value |
|----------|---------|-------------|
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.5.2` |
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.6.2` |
| `codam_web_greeter_git_repo` | The repository to download codam-web-greeter from. | `https://github.com/codam-coding-college/codam-web-greeter` |
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.1.0` |
| `codam_web_greeter_data_server_url` | The URL to the data server to download the greeter data from. Hostname is appended to the url, so make sure it ends with a slash. | `https://clusterdata.codam.nl/api/config/` |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
nody_greeter_version: "1.5.2"
nody_greeter_version: "1.6.2"

# Specify where to download the codam-web-greeter from and which tag/release to use.
# Fork the codam-web-greeter repository and point this URL to your fork if you need to use a custom version.
Expand Down

0 comments on commit 894dbfd

Please sign in to comment.