Commit bd9eabb0f16e

Vincent Demeester <vincent@sbr.pm>
2019-06-28 23:09:28
ansible: add podman, skopeo and buildah to dev
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a47c168
Changed files (1)
roles
dev
roles/dev/tasks/main.yml
@@ -30,3 +30,6 @@
   package: name={{item}} state=present
   with_items:
   - toolbox
+  - podman
+  - buildah
+  - skopeo