add multiple packages
- stub only: dbeaver, gns3, godot, heroic - partial: - Darwin: httpiegui, jellyfin, libreoffic, pgadmin, tailscale - full: thunderbird, zfs, zsh
This commit is contained in:
11
tasks/pkgs/libreoffice.yml
Normal file
11
tasks/pkgs/libreoffice.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# TODO: implement
|
||||
---
|
||||
- name: append to syspkgs
|
||||
debug:
|
||||
msg: "NOT IMPLEMENTED YET"
|
||||
when: ansible_os_family != 'Darwin'
|
||||
|
||||
- name: append to caskpkgs
|
||||
ansible.builtin.set_fact:
|
||||
caskpkgs: "{{ caskpkgs + [ 'libreoffice' ] }}"
|
||||
when: ansible_os_family == 'Darwin'
|
||||
Reference in New Issue
Block a user