ovh: Install Podman
This commit is contained in:
parent
6a5092ce31
commit
df7c583002
1 changed files with 9 additions and 0 deletions
|
|
@ -53,3 +53,12 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Set up Podman
|
||||||
|
hosts: ovh
|
||||||
|
tasks:
|
||||||
|
- name: Install Podman
|
||||||
|
ansible.builtin.dnf:
|
||||||
|
name: podman
|
||||||
|
state: present
|
||||||
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue