requirements

This commit is contained in:
2025-11-06 19:57:34 +01:00
parent 942de01b0a
commit 84824f17c2
2 changed files with 4 additions and 6 deletions

View File

@@ -1,12 +1,6 @@
---
# tasks file for roles/podman
- name: Ensure Ansible community.general collection is installed
ansible.builtin.command: ansible-galaxy collection install community.general
changed_when: false
# This is necessary to use the community.general.podman_container module.
# We set changed_when: false because the command itself reports changes, but we manage idempotency at the task level.
- name: Ensure NFS client utilities are installed
ansible.builtin.apt:
name: nfs-common