From: David Galloway Date: Tue, 15 Sep 2020 17:39:11 +0000 (-0400) Subject: ansible: Don't follow symlinks X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1659%2Fhead;p=ceph-build.git ansible: Don't follow symlinks Something in ceph.git creates an infinite loop that this task gets stuck on Signed-off-by: David Galloway --- diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index c7973a89d..5d432f6a7 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -513,6 +513,7 @@ owner: "{{ jenkins_user }}" group: "{{ jenkins_user }}" recurse: yes + follow: no ## DEBIAN GPG KEY TASKS - name: Install Debian GPG Keys on Ubuntu