add more for Alpine
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
- name: Set carapace config
|
||||
ansible.builtin.set_fact:
|
||||
carapace:
|
||||
pkgs: "{{ pkgconfig.carapace.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.carapace.pkgs[ansible_os_family] }}"
|
||||
repo: "{{ pkgconfig.carapace.repo[ansible_os_family] }}"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
ansible.builtin.set_fact:
|
||||
neovide:
|
||||
name: neovide
|
||||
deps: "{{ pkgconfig.neovide.build_deps[ansible_os_family] }}"
|
||||
build_deps: "{{ pkgconfig.neovide.build_deps[ansible_os_family] }}"
|
||||
vers: "{{ pkgconfig.neovide.version }}"
|
||||
locked: true
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
- name: Set python3 config
|
||||
ansible.builtin.set_fact:
|
||||
python3:
|
||||
pkgs: "{{ pkgconfig.python3.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.python3.pkgs[ansible_os_family] }}"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
- name: Set rust config
|
||||
ansible.builtin.set_fact:
|
||||
rust:
|
||||
pkgs: "{{ pkgconfig.rust.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.rust.pkgs[ansible_os_family] }}"
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
- name: Set terraform install method
|
||||
ansible.builtin.set_fact:
|
||||
terraform:
|
||||
method: "{{ pkgconfig.terraform.method[ansible_os_family] | default(pkgconfig.terraform.method.default) }}"
|
||||
|
||||
- name: Set terraform config
|
||||
ansible.builtin.set_fact:
|
||||
terraform:
|
||||
method: "{{ terraform.method }}"
|
||||
pkgs: "{{ pkgconfig.terraform.pkgs[ansible_system] }}"
|
||||
|
||||
- name: Set terraform archive config
|
||||
ansible.builtin.set_fact:
|
||||
terraform:
|
||||
method: "{{ terraform.method }}"
|
||||
url: "{{ pkgconfig.terraform.baseurl }}/terraform/{{ pkgconfig.terraform.version }}"
|
||||
file: "terraform_{{ pkgconfig.terraform.version }}_linux_amd64.zip"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- name: Set tidy config
|
||||
ansible.builtin.set_fact:
|
||||
tidy:
|
||||
pkgs: "{{ pkgconfig.tidy.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.tidy.pkgs[ansible_os_family] }}"
|
||||
|
||||
Reference in New Issue
Block a user