home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bd9eabb0f16ead89d974e899706827c67c05223a
parent a47c1685c484a867157b1d42b5366f137e7c8a1d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 28 Jun 2019 23:09:28 +0200

ansible: add podman, skopeo and buildah to dev

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mroles/dev/tasks/main.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/roles/dev/tasks/main.yml b/roles/dev/tasks/main.yml @@ -30,3 +30,6 @@ package: name={{item}} state=present with_items: - toolbox + - podman + - buildah + - skopeo