Re: [ansible-project] Custom facts written using resource module builder

2021-09-13 Thread Nilashish Chakraborty
Hey Nitesh, I suspect it is because of some issue in how the parsers are written. The Ansible Network Team is already working on NTP resource modules, I'd recommend having a look at the following PRs to get some more ideas on this: 1. https://github.com/ansible-collections/cisco.nxos/pull/351

Re: [ansible-project] Custom facts written using resource module builder

2021-09-05 Thread 'Jean-Yves LENHOF' via Ansible Project
Show us the code and different results when it works and when it don't Regards, Le 05/09/2021 à 11:15, nitesh shet a écrit : Hi, I had written a custom facts for NTP server but it is acting weirdly everytime i run the facts module using playbook , sometimes values will come and sometimes

[ansible-project] Custom facts written using resource module builder

2021-09-05 Thread nitesh shet
Hi, I had written a custom facts for NTP server but it is acting weirdly everytime i run the facts module using playbook , sometimes values will come and sometimes not. Can you please help me with this, is this the problem with builders or do i need to add a seperate class for connection? Thanks,