From 470a957a5a43159e237f33d0999feec295f9769f Mon Sep 17 00:00:00 2001 From: Dan Burzynski Date: Wed, 23 May 2018 10:45:53 +0100 Subject: [PATCH] Missing a somewhat vital permission. ;-) --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 3da9f04..4caa5f4 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -23,3 +23,4 @@ name: "{{ item.name }}" state: "{{ wiremock_service_state }}" with_items: "{{ wiremock_servers }}" + become: yes