Hello, I am trying to extend a custom role that involves creating and setting up user accounts to work on MacOSX. After looking at the source code of the user module, I found the DarwinUser subclass defined (https://github.com/ansible/ansible-modules-core/blob/devel/system/user.py#L1396). But the main function just initializes an object of the User class. Is it possible to tell the module to use the DarwinUser class instead of User? What's the recommended way to use the subclasses that are defined?
Thanks, 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/90a4bfff-4817-4258-b7ef-34b6a9635fa7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
