parent
fcc0d615a7
commit
4a7df9969d
23 changed files with 746 additions and 0 deletions
7
chris-here-bitte/tasks/install_container_runtime.yaml
Normal file
7
chris-here-bitte/tasks/install_container_runtime.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- tags: [ container_runtime, podman, container ]
|
||||
block:
|
||||
|
||||
- name: Install podman
|
||||
become: true
|
||||
package:
|
||||
name: [ podman ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue