From b1ba07cf59a6ee4a357f60278d2d48ea502622e5 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Sat, 8 Feb 2025 17:08:57 -0700 Subject: [PATCH] fix typo --- tasks/pkgs/nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pkgs/nextcloud.yml b/tasks/pkgs/nextcloud.yml index f0569d0..ab24bf4 100644 --- a/tasks/pkgs/nextcloud.yml +++ b/tasks/pkgs/nextcloud.yml @@ -8,7 +8,7 @@ - ansible.builtin.set_fact: flatpkgs: "{{ flatpkgs + [ 'com.nextcloud.desktopclient.nextcloud' ] }}" when: - - ansible_os_famly != 'Darwin' + - ansible_os_family != 'Darwin' - name: append to caskpkgs ansible.builtin.set_fact: