Skip to content

Commit bae0ad8

Browse files
committed
update README
1 parent 5caf96d commit bae0ad8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
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.0
12+
version: v1.5.1
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
@@ -20,6 +20,8 @@ ansible-galaxy install -r requirements.yml
2020

2121
Modify the [variables](#variables) using the `vars/all.yml` file in your `ansiblecluster` repository to your liking. The one you most likely want to change is the `codam_web_greeter_data_server_url` variable to point to your own data server.
2222

23+
> ⚠️ If using iMacs with T2 chips, set the `ddcci_backlight_support` variable to `false` to avoid issues with the ddcci-backlight kernel module.
24+
2325
Add the role to your `site.yml` playbook as the last role executed (do not define tags here, this is unneccessary and is a mistake 42 made for all the other roles):
2426
```yaml
2527
roles:

0 commit comments

Comments
 (0)