initial commit
This commit is contained in:
12
ansible/roles/podman/tasks/main.yml
Normal file
12
ansible/roles/podman/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Install Podman
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- podman
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
||||
- name: Enable podman socket
|
||||
ansible.builtin.systemd:
|
||||
name: podman.socket
|
||||
state: started
|
||||
enabled: yes
|
||||
Reference in New Issue
Block a user