From 1963bfea4d0791fe084c866ccaa7d79cb5fa2cf7 Mon Sep 17 00:00:00 2001 From: Yevhenii Shapovalov Date: Tue, 12 Dec 2017 13:28:04 +0200 Subject: add tests --- tests/binary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/binary.yml (limited to 'tests/binary.yml') diff --git a/tests/binary.yml b/tests/binary.yml new file mode 100644 index 0000000..1c7803d --- /dev/null +++ b/tests/binary.yml @@ -0,0 +1,10 @@ +--- +# test buildah +- hosts: all + become: true + tags: + - classic + roles: + - binary + - prepare-env + - cli -- cgit