From bb985291ec2529fb339c5b59985124a6edb44627 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 16 Jan 2018 22:51:47 +0100 Subject: [PATCH] matrix syntax in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e79ce0..efd2ad0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't wo ## run tests with drone.io build: - image: chmuul/ansible:$$OS + image: chmuul/ansible:${OS} commands: - ansible-playbook -i tests/inventory tests/main.yml --syntax-check - ansible-playbook -i tests/inventory tests/main.yml