So I found that by putting the file in question within the local ansible
roles directory, it worked.  It somehow didn't have access to the directory
it resided in (Which is actually the users home directory!)   Anyway, very
strange!  Thanks so much for your help in narrowing down the culprits.
On Wed, Oct 17, 2018 at 5:41 AM Kai Stian Olstad <
ansible-project+l...@olstad.com> wrote:

> On 17.10.2018 13:26, 'Chris Bidwell - NOAA Federal' via Ansible Project
> wrote:
> > I've tried that with the same results.  Hmm
>
> The best is probably starting with basic.
>
> src: in copy module is where the file is on the machine ansible-playbook
> is executed aka Ansible controller, dest: is where to copy the file on
> remote host.
> The file need to be accessible by the user executing ansible-playbook.
>
>
> Since you have turned off SELinux that should not cause any problem, so
> if you still have problem after checking the above it would run
>    strace -o strace.log ansible-playbook ......
> And check the strace.log to see if that has some clues.
>
>
> --
> Kai Stian Olstad
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/60557ae06200b67eaef10046b4c1eb7a%40olstad.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAHKi8CgeNfprg401ShdY4g6NmYaBFqyyHZG%3DY%3DnttJ6r1hcT3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to