This commit is contained in:
Matthew Stobbs
2025-02-08 17:08:57 -07:00
parent 62f7245953
commit b1ba07cf59

View File

@@ -8,7 +8,7 @@
- ansible.builtin.set_fact: - ansible.builtin.set_fact:
flatpkgs: "{{ flatpkgs + [ 'com.nextcloud.desktopclient.nextcloud' ] }}" flatpkgs: "{{ flatpkgs + [ 'com.nextcloud.desktopclient.nextcloud' ] }}"
when: when:
- ansible_os_famly != 'Darwin' - ansible_os_family != 'Darwin'
- name: append to caskpkgs - name: append to caskpkgs
ansible.builtin.set_fact: ansible.builtin.set_fact: