From a1e427339eb97fdf82f9b677fe8e182d4c890fda Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Nov 2016 15:17:50 +0200 Subject: [PATCH] - Correct role name in test playbook (use installed name, not the name of repo I use locally). --- tests/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playbook.yml b/tests/playbook.yml index 07d0bb9..00745b7 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -4,4 +4,4 @@ roles: [ openbsd_bootstrap ] - hosts: all - roles: [ ansible-role-ca-store ] + roles: [ ca-store ] -- GitLab