install additional modules
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
---
|
---
|
||||||
# tasks file for roles/podman
|
# 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
|
- name: Ensure NFS client utilities are installed
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: nfs-common
|
name: nfs-common
|
||||||
|
|||||||
Reference in New Issue
Block a user