On Wednesday, May 28, 2014 12:47:09 PM UTC-5, Scott Sturdivant wrote: > > Just a guess, but since both users are pointing at the same home dir, but > have different UID/GIDs, is it possible that ansible is chowning > '/home/sftp' ? Although if that were the case, I'd expect both the tasks > in subsequent runs to report as 'changed'... >
Bar the chowning, that makes sense. They both have the same homedir because they're jailed 'demi-root' users. I should probably did into the users module in the code and see what it's _actually_ doing in there. -- 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/dba3b369-92a2-452a-b1f5-afc8662bdc49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
