Re: [ansible-project] Subclassing ansible.utils.display.Display in custom callback plugin

2020-07-08 Thread piete...@gmail.com
sent offline email to Nagesh with code samples Op dinsdag 7 juli 2020 om 16:48:32 UTC+2 schreef nage...@gmail.com: > Hi Pieter, > > sorry for the confus, > > i would like to see output like below: > > *Socket Locator* *Status* *Size* *Max Supported Frequency* *Technology* > PROC 1 DIMM 3 Good, I

Re: [ansible-project] Subclassing ansible.utils.display.Display in custom callback plugin

2020-07-07 Thread Nagesh sheregar
Hi Pieter, sorry for the confus, i would like to see output like below: *Socket Locator* *Status* *Size* *Max Supported Frequency* *Technology* PROC 1 DIMM 3 Good, In Use 32.00 GB 2666 MHz RDIMM now i am getting below output and it's hard to read so do you have any example plugin which can sho

Re: [ansible-project] Subclassing ansible.utils.display.Display in custom callback plugin

2020-07-07 Thread piete...@gmail.com
Hi , excuse me, but I don't get the question here... How can I help you ? Op dinsdag 7 juli 2020 om 16:04:32 UTC+2 schreef nage...@gmail.com: > Hi peter, > > if you don't mind please send me output, i would like to get something > like below > > *Socket Locator* *Status* *Size* *Max Supported

Re: [ansible-project] Subclassing ansible.utils.display.Display in custom callback plugin

2020-07-07 Thread Nagesh sheregar
Hi peter, if you don't mind please send me output, i would like to get something like below *Socket Locator* *Status* *Size* *Max Supported Frequency* *Technology* PROC 1 DIMM 3 Good, In Use 32.00 GB 2666 MHz RDIMM On Tue, Jul 7, 2020 at 5:19 AM piete...@gmail.com wrote: > Hi all, > > please

[ansible-project] Subclassing ansible.utils.display.Display in custom callback plugin

2020-07-07 Thread piete...@gmail.com
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 D