fix typo
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user