[ansible-project] Issue with Ansible URI module execution for Spectrum API

2023-12-04 Thread premkumar G
Hello Ansible Community, I'm currently facing an issue while trying to execute a Spectrum API call using the Ansible URI module. The API call is working fine in Postman, but when I try to replicate it in Ansible, I encounter problems. Here's a simplified version of my Ansible playbook: ---

Re: [ansible-project] Statement not executed or executed statement has no resultset

2023-12-04 Thread Narmada Karthika
I am able to run the same playbook on jenkins server directtly, not using jenkins job my pymssl : 2.2.7 On Friday, December 1, 2023 at 11:50:16 PM UTC-8 Dick Visser wrote: > What does the server side logs look like? I would increase log verbosity > there > > On Sat, 2 Dec 2023 at 08:05, Narmad

Re: [ansible-project] Issue with Ansible URI module execution for Spectrum API

2023-12-04 Thread Dick Visser
On Mon, 4 Dec 2023 at 16:40, premkumar G wrote: > Hello Ansible Community, > > I'm currently facing an issue while trying to execute a Spectrum API call > using the Ansible URI module. The API call is working fine in Postman, but > when I try to replicate it in Ansible, I encounter problems. > W

[ansible-project] New release: ansible-core 2.15.7

2023-12-04 Thread Matt Martz
Hi all- we're happy to announce the general release of: ansible-core 2.15.7 How to get it - $ python3 -m pip install --user ansible-core==2.15.7 The release artifacts can be found here: # Built Distribution: 2249306 bytes # SHA256: 8a7988b8fbd1f4bb5799becae120b828de6248ba9056d83f4

[ansible-project] New release: ansible-core 2.16.1

2023-12-04 Thread Matt Martz
Hi all- we're happy to announce the general release of: ansible-core 2.16.1 How to get it - $ python3 -m pip install --user ansible-core==2.16.1 The release artifacts can be found here: # Built Distribution: 2249752 bytes # SHA256: 8fc972ba6ba2161ecbde8166c0042080726c754f69ecb3ccd

[ansible-project] New release: ansible-core 2.14.12

2023-12-04 Thread Matt Martz
Hi all- we're happy to announce the general release of: ansible-core 2.14.12 How to get it - $ python3 -m pip install --user ansible-core==2.14.12 The release artifacts can be found here: # Built Distribution: 2217917 bytes # SHA256: 73705d55a3e5922ed573c19f1d07f60191f3353d440aea0

Re: [ansible-project] Statement not executed or executed statement has no resultset

2023-12-04 Thread Narmada Karthika
Any other suggestions? On Mon, Dec 4, 2023 at 8:15 AM Narmada Karthika wrote: > I am able to run the same playbook on jenkins server directtly, not using > jenkins job > my pymssl : 2.2.7 > > On Friday, December 1, 2023 at 11:50:16 PM UTC-8 Dick Visser wrote: > >> What does the server side logs

Re: [ansible-project] Statement not executed or executed statement has no resultset

2023-12-04 Thread Dick Visser
On Mon, 4 Dec 2023 at 17:15, Narmada Karthika wrote: I am able to run the same playbook on jenkins server directtly, not using > jenkins job Then problem is with 'using jenkins job', ie how ansible is invoked, not with ansible itself. Also, what did the logs on the server side tell you? -- Y