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

@@ -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