Ok, just realized that the DarwinUser subclass has been added in relatively newer version of ansible where as we are using an older version in which the subclass doesn't exist which is the reason why the module didn't work automatically.
Thanks. On Fri, Aug 28, 2015 at 7:49 PM, Brian Coca <[email protected]> wrote: > That happens automatically when running on OS X: > > https://github.com/ansible/ansible-modules-core/blob/devel/system/user.py#L249 > > https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/basic.py#L224 > > > > -- > Brian Coca > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/QFhmtFQjk2g/unsubscribe. > To unsubscribe from this group and all its topics, 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/CAJ5XC8nnG_urA72w9r2Hot_QKtY%2B%3DX1eGzkn8_3KoyjYgLELAA%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- ~ Vineet -- 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/CADmbCiOaFqdr0D6inQ3DJ5%3DYAbiuXJ6fNt2bnDKK4kU%3DkR7LFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
