Hi all, please allow me to ask for any help here... I once wrote a custom callback plugin, where I subclassed ansible.utils.display.Display so I could overrule it's display() method to manipulate the message to be printed, and then call super(Display, self).display(..... Since Ansible 2.8 the Display object is now a singleton, instantiated right at 'ansible-playbook'. This means a cannot modify the Display.display() anymore right ?
Any ideas on how to call a customized display() method ? Thanks in advance for any help. Pieter. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bb33b941-7efb-4ec8-83ce-82e2dfb8db92n%40googlegroups.com.
