Hello Troy, Only joined this group to confirm that your solution works, and say *thank you so much*. I spent a whole weekend trying to find workarounds for this issue, until I found your comment.
All the best, Arturo On Saturday, March 10, 2018 at 11:03:20 PM UTC+1, Troy Cauble wrote: > > I found it. /etc/pve is a non-posix compliant filesystem > https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs) > and blockinfile (and many other file modules) do their work in /tmp and > end with the > equivalent of "cp -a" or "cp -p" which fails to /etc/pve. > > Workaround is to copy: to /tmp, do blockinfile: there, "command: cp" back. > > -troy > > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3d79419b-b72a-4a82-baa7-1ac1cceac143%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
