Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Ansible get_url does not work
@ 2023-11-29  8:23 jhe2
  2023-11-29  9:00 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jhe2 @ 2023-11-29  8:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1518 bytes --]

New issue by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/issues/47483

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFF

### Package(s) Affected

ansible-8.0.0_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

When using the Ansible `get_url` module, the module should fetch the resource at the specified URL.

### Actual behaviour

Instead of fetching the URL, it fails with an error message: "An unknown error occurred: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'".

The `cert_file` argument to `http.client.HTTPSConnection` was dropped in Python 3.12. The problem could possibly be caused by an outdated version of `python3-urllib`, which is used by the `get_url` module.

### Steps to reproduce

With Ansible installed, try using the `get_url` module, e.g.
```
ansible -i inventory -m get_url -a '{ "dest": "/tmp", "url": "https://duck.com/"}' localhost
```
This results in the following error:
```
localhost | FAILED! => {
    "changed": false,
    "dest": "/tmp",
    "elapsed": 0,
    "gid": 0,
    "group": "root",
    "mode": "01777",
    "msg": "An unknown error occurred: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'",
    "owner": "root",
    "size": 320,
    "state": "directory",
    "uid": 0,
    "url": "https://duck.com/"
}
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ansible get_url does not work
  2023-11-29  8:23 [ISSUE] Ansible get_url does not work jhe2
@ 2023-11-29  9:00 ` classabbyamp
  2023-12-01 13:04 ` dataCobra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-29  9:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/47483#issuecomment-1831484791

Comment:
@jcgruenhage looks like this is fixed in 2.16.0 (https://github.com/ansible/ansible/commit/0df794e5a4fe4597ee65b0d492fbf0d0989d5ca0)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ansible get_url does not work
  2023-11-29  8:23 [ISSUE] Ansible get_url does not work jhe2
  2023-11-29  9:00 ` classabbyamp
@ 2023-12-01 13:04 ` dataCobra
  2023-12-02 21:24 ` [ISSUE] [CLOSED] " classabbyamp
  2024-05-03  9:45 ` panticz
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2023-12-01 13:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/issues/47483#issuecomment-1836087813

Comment:
Hey,

I created a PR with all the updates relevant for Ansible.

With this PR your issue should be resolved too. :+1:

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] Ansible get_url does not work
  2023-11-29  8:23 [ISSUE] Ansible get_url does not work jhe2
  2023-11-29  9:00 ` classabbyamp
  2023-12-01 13:04 ` dataCobra
@ 2023-12-02 21:24 ` classabbyamp
  2024-05-03  9:45 ` panticz
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-02 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1521 bytes --]

Closed issue by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/issues/47483

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFF

### Package(s) Affected

ansible-8.0.0_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

When using the Ansible `get_url` module, the module should fetch the resource at the specified URL.

### Actual behaviour

Instead of fetching the URL, it fails with an error message: "An unknown error occurred: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'".

The `cert_file` argument to `http.client.HTTPSConnection` was dropped in Python 3.12. The problem could possibly be caused by an outdated version of `python3-urllib`, which is used by the `get_url` module.

### Steps to reproduce

With Ansible installed, try using the `get_url` module, e.g.
```
ansible -i inventory -m get_url -a '{ "dest": "/tmp", "url": "https://duck.com/"}' localhost
```
This results in the following error:
```
localhost | FAILED! => {
    "changed": false,
    "dest": "/tmp",
    "elapsed": 0,
    "gid": 0,
    "group": "root",
    "mode": "01777",
    "msg": "An unknown error occurred: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'",
    "owner": "root",
    "size": 320,
    "state": "directory",
    "uid": 0,
    "url": "https://duck.com/"
}
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ansible get_url does not work
  2023-11-29  8:23 [ISSUE] Ansible get_url does not work jhe2
                   ` (2 preceding siblings ...)
  2023-12-02 21:24 ` [ISSUE] [CLOSED] " classabbyamp
@ 2024-05-03  9:45 ` panticz
  3 siblings, 0 replies; 5+ messages in thread
From: panticz @ 2024-05-03  9:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

New comment by panticz on void-packages repository

https://github.com/void-linux/void-packages/issues/47483#issuecomment-2092664929

Comment:
After update Ansible to v8.7.0 the get_url function seams to work fine again:
```
pip install -U ansible

pip list | grep ansible
ansible                   8.7.0
ansible-core              2.15.11
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-03  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29  8:23 [ISSUE] Ansible get_url does not work jhe2
2023-11-29  9:00 ` classabbyamp
2023-12-01 13:04 ` dataCobra
2023-12-02 21:24 ` [ISSUE] [CLOSED] " classabbyamp
2024-05-03  9:45 ` panticz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).