Skip to content

Commit

Permalink
[ansible/tuning] Fix family for Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Mar 20, 2024
1 parent 934a2df commit d3ea22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/tuning/zram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
community.general.pacman:
name: systemd-zram-generator
state: "{{ ovos_installer_uninstall }}"
when: ansible_os_family == "Arch"
when: ansible_os_family == "Archlinux"
tags:
- always

Expand Down

0 comments on commit d3ea22e

Please sign in to comment.