Created
October 15, 2019 11:33
-
-
Save diegolovison/cb3bf807bab1b9bcf548da0bd1f2d124 to your computer and use it in GitHub Desktop.
install podman ansible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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