more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
8
tasks/config/broot.yml
Normal file
8
tasks/config/broot.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Set broot config
|
||||
ansible.builtin.set_fact:
|
||||
broot:
|
||||
vers: "{{ pkgconfig.broot.version }}"
|
||||
name: broot
|
||||
locked: true
|
||||
deps: "{{ pkgconfig.broot.build_deps[ansible_os_family] }}"
|
||||
7
tasks/config/choose.yml
Normal file
7
tasks/config/choose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Set choose config
|
||||
ansible.builtin.set_fact:
|
||||
choose:
|
||||
name: choose
|
||||
vers: "{{ pkgconfig.choose.version }}"
|
||||
locked: true
|
||||
6
tasks/config/git.yml
Normal file
6
tasks/config/git.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Set git config
|
||||
ansible.builtin.set_fact:
|
||||
git:
|
||||
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
@@ -1,3 +1,8 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
use_flatpak: false
|
||||
- name: Set libreoffice config
|
||||
ansible.builtin.set_fact:
|
||||
libreoffice:
|
||||
method: "{{ pkgconfig.libreoffice.method }}"
|
||||
flatpak: "{{ pkgconfig.libreoffice.flatpak }}"
|
||||
syspkgs: "{{ pkgconfig.libreoffice[ansible_os_family] }}"
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
version: 0.14.0
|
||||
install_prefix: "{{ default_install_prefix }}"
|
||||
- name: Set neovide config
|
||||
ansible.builtin.set_fact:
|
||||
neovide:
|
||||
name: neovide
|
||||
deps: "{{ pkgconfig.neovide.build_deps[ansible_os_family] }}"
|
||||
vers: "{{ pkgconfig.neovide.version }}"
|
||||
locked: true
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
install_extra: true
|
||||
5
tasks/config/python3.yml
Normal file
5
tasks/config/python3.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Set python3 config
|
||||
ansible.builtin.set_fact:
|
||||
python3:
|
||||
pkgs: "{{ pkgconfig.python3.pkgs[ansible_system] }}"
|
||||
7
tasks/config/xh.yml
Normal file
7
tasks/config/xh.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Set xh config
|
||||
ansible.builtin.set_fact:
|
||||
xh:
|
||||
vers: "{{ pkgconfig.xh.version }}"
|
||||
name: xh
|
||||
locked: true
|
||||
@@ -1,5 +1,8 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
version: 0.13.0
|
||||
install_prefix: "{{ default_install_prefix }}"
|
||||
install_path: /opt/zig
|
||||
- name: Set zig configuration
|
||||
ansible.builtin.set_fact:
|
||||
zig:
|
||||
version: 0.13.0
|
||||
install_prefix: "{{ default_install_prefix }}"
|
||||
install_path: /opt/zig
|
||||
|
||||
Reference in New Issue
Block a user