Re: [ansible-project] ansible find.py seems to fail on NFS drives with certain mount options

2019-08-15 Thread Larry Kyrala
The other user's home directory didn't have execute privileges. Thanks for your help and patience! On Thursday, August 15, 2019 at 2:08:21 PM UTC-4, Larry Kyrala wrote: > > Thanks Kai, I tried and narrowed down the following: > > # strace on isdir > > > $ diff nfs_{bad,good}.log > 1,2c1,2 > <

Re: [ansible-project] ansible find.py seems to fail on NFS drives with certain mount options

2019-08-15 Thread Larry Kyrala
Thanks Kai, I tried and narrowed down the following: # strace on isdir $ diff nfs_{bad,good}.log 1,2c1,2 < user2 ~> sudo -H strace -f python -c 'import os; print os.path.isdir("nfsdir")' < execve("/usr/bin/python", ["python", "-c", "import os; print os.path.isdir(\""...], [/* 17 vars */]) = 0

Re: [ansible-project] ansible find.py seems to fail on NFS drives with certain mount options

2019-08-14 Thread Kai Stian Olstad
On 14.08.2019 21:12, Larry Kyrala wrote: "matched": 0, "msg": "deployments/ was skipped as it does not seem to be a valid directory or it cannot be accessed\n" } # script that is failing - deploy/main.yml: - name: find deployments find: paths: deployments/ patterns:

[ansible-project] ansible find.py seems to fail on NFS drives with certain mount options

2019-08-14 Thread Larry Kyrala
Hi, I opened an issue some time ago which was dismissed as a user issue and was directed here instead: https://github.com/ansible/ansible/issues/53959 I've discovered more information since reporting that issue. Similar issues have also been observed on Mac as well as Windows, which makes me