completed godot
This commit is contained in:
@@ -1,5 +1,15 @@
|
|||||||
# TODO: implement
|
|
||||||
---
|
---
|
||||||
- name: append to syspkgs
|
- block:
|
||||||
debug:
|
- ansible.builtin.include_tasks:
|
||||||
msg: "NOT IMPLEMENTED YET"
|
file: pkgs/flatpak.yml
|
||||||
|
when: pkgconfig_flatpkak is undefined
|
||||||
|
- name: append to flatpkgs
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
flatpkgs: "{{ flatpkgs + [ 'org.godotengine.Godot' ] }}"
|
||||||
|
when:
|
||||||
|
- ansible_os_family != 'Darwin'
|
||||||
|
|
||||||
|
- name: append to caskpkgs
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
caskpkgs: "{{ caskpkgs + [ 'godot' ] }}"
|
||||||
|
when: ansible_os_family == 'Darwin'
|
||||||
|
|||||||
Reference in New Issue
Block a user