Skip to content

Instantly share code, notes, and snippets.

@diegolovison
Created October 15, 2019 11:33
Show Gist options
  • Save diegolovison/cb3bf807bab1b9bcf548da0bd1f2d124 to your computer and use it in GitHub Desktop.
Save diegolovison/cb3bf807bab1b9bcf548da0bd1f2d124 to your computer and use it in GitHub Desktop.
install podman ansible
- name: Install podman packages
yum: pkg={{ item }}
with_items:
- container-tools:1.0
- name: Start podman
service:
name: podman
state: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment