-
### Issue
Ive generated a new SSH key for accessing a private repository on github using:
`ssh-keygen -t ed25519 -C "email@gmail.com"`
on the VM that is running semaphore and can test the key …
-
I get this error with Ansible 2.14.3:
```
TASK [Gathering Facts] ***********************************************************************************************************************************…
strk updated
3 months ago
-
Hi,
I've defined `extra-index-url` with a private repository, only accessible on my company local network or through a VPN.
`$ cat uv.toml`
```toml
index-strategy = "unsafe-best-match"
all…
-
##### Summary
Currently, Ansible-lint will output ASCII escape sequences that construct colorized output to the stderr even when it is not a terminal that can actually interpret them:
```txt
$ …
-
### Problem
I'm editing an Ansible project that is in a subfolder of my VS Code workspace directory
My VS Code workspace looks like this
```
├── ansible-project1
│ ├── ansible.cfg
│ ├── do…
-
### What happened?
In RockyLinux OS, when skip_http_proxy_on_os_packages is False proxy details not updating to dnf.conf
### What did you expect to happen?
In RockyLinux OS, when skip_http_proxy_on…
-
## Summary
I've discovered that when a survey with multiple-choice questions is exported with JT/WF and then imported, the multiple-choice gets broken - it has only one choice.
## Issue …
-
### Summary
I was trying the module and when running with the example fail the reason was missing the 3 variables that are required, they come documented but in the example is no show how to use it …
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
## Bug Report
#### What did you do?
I have an Ansible Operator that needs to query resources with set-based label selector but seems the proxy/caching is not supporting this.
```
# cat p…