From 0aafc771a1ad40a4d02566b20320021129d8aedc Mon Sep 17 00:00:00 2001 From: Benjamin Copeland Date: Wed, 4 Jul 2018 22:03:28 +0100 Subject: Jenkins-master: Disable follow Not really a issue, but brings up a waring. Previous to Ansible 2.5, this was no by default, and now is set to yes, so lets set it back to no. Change-Id: If1697e862b30ba582b328edbc1cd3c37f6c07a00 Reviewed-on: https://review.linaro.org/26283 Reviewed-by: Kelley Spoon Reviewed-by: Benjamin Copeland --- roles/jenkins-master/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/jenkins-master/tasks/main.yml b/roles/jenkins-master/tasks/main.yml index 188aedb6..5445ab87 100644 --- a/roles/jenkins-master/tasks/main.yml +++ b/roles/jenkins-master/tasks/main.yml @@ -16,6 +16,7 @@ src: /var/jenkins_plugins state: link force: yes + follow: no # This controls images available on the system since # we don't allow docker_container to do its own pulls -- cgit v1.2.3