the 'magic' gets done in the load_platform_subclass, which matches the platform name to a class of the same name + Hostname, which then sets the strategy class, which actually implements the way of updating hostname.
to figure out platform name it uses platform.system() built in from python. can you do test the output of this in your instance? also platform.linux_distribution() and platform.dist() which might be used as fallbacks. -- Brian Coca -- 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/CAJ5XC8%3D9VXr6g%2Ba5gAjTw60TOCiVXqXPmi_10mPdsAQ%2B8EREAQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
