aboutsummaryrefslogtreecommitdiff
path: root/roles/host/tasks/packages.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/tasks/packages.yml')
-rw-r--r--roles/host/tasks/packages.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/host/tasks/packages.yml b/roles/host/tasks/packages.yml
new file mode 100644
index 0000000..df78985
--- /dev/null
+++ b/roles/host/tasks/packages.yml
@@ -0,0 +1,6 @@
+- name: Install systemd-container and podman
+ ansible.builtin.package:
+ name:
+ - "systemd-container"
+ - "podman"
+ state: present