summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2018-07-04 22:03:28 +0100
committerBenjamin Copeland <ben.copeland@linaro.org>2018-07-05 14:16:10 +0000
commit0aafc771a1ad40a4d02566b20320021129d8aedc (patch)
treec1d9d3306805ecc920e7d97025d193ceedf3dc04
parent2cc74eaac19c202f201d8a0135c0f15bf14c30e9 (diff)
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 <kelley.spoon@linaro.org> Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--roles/jenkins-master/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
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