From 9c4891d7980e49d460d3690d3d259b20be6c7e60 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 16 May 2018 12:14:21 +0200 Subject: [PATCH] Do not follow symlinks for recursive directory actions --- tasks/oci-5.3.yml | 1 + tasks/oci-5.6.yml | 1 + tasks/oci-7.0.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/tasks/oci-5.3.yml b/tasks/oci-5.3.yml index e138a05..ee420dc 100644 --- a/tasks/oci-5.3.yml +++ b/tasks/oci-5.3.yml @@ -60,6 +60,7 @@ owner: 'root' group: 'root' recurse: yes + follow: no with_items: - '/usr/local/lib/instantclient_11_2' diff --git a/tasks/oci-5.6.yml b/tasks/oci-5.6.yml index c33b8b1..d2bbb2b 100644 --- a/tasks/oci-5.6.yml +++ b/tasks/oci-5.6.yml @@ -50,6 +50,7 @@ owner: 'root' group: 'root' recurse: yes + follow: no with_items: - '/usr/local/lib/instantclient_11_2' diff --git a/tasks/oci-7.0.yml b/tasks/oci-7.0.yml index 304cb00..360d7a4 100644 --- a/tasks/oci-7.0.yml +++ b/tasks/oci-7.0.yml @@ -50,6 +50,7 @@ owner: 'root' group: 'root' recurse: yes + follow: no with_items: - '/usr/local/lib/instantclient_11_2' -- GitLab