Skip to content

Commit 93299cb

Browse files
committed
bump versions
1 parent bae0ad8 commit 93299cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the following to the roles in your `requirements.yml` file in your `ansiblec
99
roles:
1010
- name: codam.webgreeter
1111
src: git+https://github.com/codam-coding-college/ansible-codam-web-greeter.git
12-
version: v1.5.1
12+
version: v1.5.2
1313
```
1414
It is recommended to change the version specified to the latest one from the [Releases](https://github.com/codam-coding-college/ansible-codam-web-greeter/releases) page. Please note that this version is specific to this playbook and does not necessarily match the version of the codam-web-greeter itself.
1515
@@ -47,7 +47,7 @@ It is also possible to specify a default user image in case the user's `~/.face`
4747
|----------|---------|-------------|
4848
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.6.2` |
4949
| `codam_web_greeter_git_repo` | The repository to download codam-web-greeter from. | `https://github.com/codam-coding-college/codam-web-greeter` |
50-
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.2.0` |
50+
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.3.2` |
5151
| `codam_web_greeter_theme` | The theme to use for the greeter. Can be `dark` or `light`. | `dark` |
5252
| `codam_web_greeter_boxed_mode` | Boxed mode adds a semi-transparent background to the login/unlock forms for better readability. Can be `default` (no background) or `boxed`. | `default` |
5353
| `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/` |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nody_greeter_version: "1.6.2"
44
# Specify where to download the codam-web-greeter from and which tag/release to use.
55
# Fork the codam-web-greeter repository and point this URL to your fork if you need to use a custom version.
66
codam_web_greeter_git_repo: "https://github.com/codam-coding-college/codam-web-greeter"
7-
codam_web_greeter_version: "v1.2.0"
7+
codam_web_greeter_version: "v1.3.2"
88
codam_web_greeter_theme: "dark" # dark or light
99
codam_web_greeter_boxed_mode: "default" # default or boxed (boxed adds a semi-transparent background to the login/unlock forms for better readability)
1010

0 commit comments

Comments
 (0)