Skip to content

Commit

Permalink
fix(desktop_baseline): replace deprecated light with acpilight
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Apr 20, 2024
1 parent c060549 commit 881c37f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion roles/desktop_baseline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The default variables are defined in [defaults/main.yml](./defaults/main.yml):
```yaml
# List of desktop packages to install
desktop_baseline_packages:
- acpilight
- bemenu-wayland
- light
- neovim
- swaybg
- swayidle
Expand Down
2 changes: 1 addition & 1 deletion roles/desktop_baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# List of desktop packages to install
desktop_baseline_packages:
- acpilight
- bemenu-wayland
- light
- neovim
- swaybg
- swayidle
Expand Down
2 changes: 1 addition & 1 deletion roles/desktop_baseline/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ argument_specs:
elements: str
required: false
default:
- acpilight
- bemenu-wayland
- light
- neovim
- swaybg
- swayidle
Expand Down
4 changes: 2 additions & 2 deletions roles/desktop_baseline/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
changed_when: false
failed_when: out.rc != 0

- name: Check if light was successfully installed
- name: Check if acpilight was successfully installed
ansible.builtin.command:
light -V
xbacklight -h
register: out
changed_when: false
failed_when: out.rc != 0
Expand Down

0 comments on commit 881c37f

Please sign in to comment.