fixing more packages installs

This commit is contained in:
Matthew Stobbs
2025-02-23 02:34:37 -07:00
parent 2472f527d1
commit 3b22dbf6a9
4 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
repo_pkg: "{{ pkgconfig.zfs.repo_base }}/{{ rhname }}/zfs-release-{{ pkgconfig.zfs[rhname].release }}{{ rpm_dist.stdout }}.noarch.rpm"
deps: "{{ pkgconfig.zfs.build_deps[ansible_os_family] }}"
pkgs: "{{ pkgconfig.zfs.pkgs[ansible_os_family] }}"
skip_gpg_check: "{{ rhname == 'fedora' }}"
release: "{{ ansible_distribution_release }}"
gpg_key: "{{ pkgconfig.zfs.gpg_key }}"
gpg_fp: "{{ pkgconfig.zfs.gpg_key_fingerprint }}"

View File

@@ -19,6 +19,7 @@
become: "{{ sys_pkg_become }}"
ansible.builtin.dnf:
name: "{{ zfs.repo_pkg }}"
disable_gpg_check: "{{ zfs.skip_gpg_check }}"
state: present
- name: Debian configuration

View File

@@ -19,6 +19,7 @@
cmd: "dnf config-manager --add-repo {{ pkgconfig.terrarepo.repo }}"
- name: Install terra release package
become: true
ansible.builtin.dnf:
name: terra-release
state: present