fixing packages
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
when: pkgconfig_terrarepo is not defined
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'ghostty' ] }}"
|
||||
|
||||
- name: no ghostty for this system
|
||||
@@ -19,5 +19,5 @@
|
||||
|
||||
- name: append ghostty to caskpkgs
|
||||
when: ansible_distribution == 'MacOSX'
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
caskpkgs: "{{ caskpkgs + [ 'ghostty' ] }}"
|
||||
|
||||
Reference in New Issue
Block a user