-
Just wanted to update the collection to latest, and I recognized this diff.
```yml
# config
prometheus_alert_rules_files: >-
roles/prometheus-eve/files/rules/*.yml
```
This is output with …
-
### Summary
According to the [`Collection structure` chapter of the docs](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_structure.html#roles-directory):
> Role names are no…
-
vars.yaml
```yaml
domains:
- foo-1.bar.com
- foo-1-frps.bar.com
- foo-1-wg.bar.com
- foo-1-xray.bar.com
- foo-1-xui.bar.com # this domain already exists, others are no…
-
https://github.com/sassoftware/viya4-deployment/blob/9aa0ac29be23b21ce0384a040453619b48e78559/roles/vdm/tasks/tls.yaml#L159
Prior to commit 8830916a8c9de211233871e220c49a1a4fb02f08, this copy modul…
-
This is my first use of roles, so far I've only written ansible playbooks without roles, and they are great! Thank you, for making this galera role available.
I added vars for almalinux-9, and I ch…
-
##### SUMMARY
outputs[].name has no effect on final build
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
community.docker.docker_image_build
##### ANSIBLE VERSION
```ansible versi…
-
### Issue
Commit c76f04a39b70decfa007787a085bc9b7391cf752 makes a breaking change in how semaphore installs roles/collections.
Previously, semaphore would install roles from:
- `/collections/re…
-
### What happened?
The issue is described in https://github.com/kubernetes-sigs/kubespray/issues/10928 however it was closed with a [workaround](https://github.com/kubernetes-sigs/kubespray/pull/10…
-
### Issue
Hello!
I have been successfully using `aider` to do some minor development of an Ansible project. I am very interested in using its promoted linting capabilities, as I have a TON that a…
-
### Summary
If you create a notify handler with white space at the end, then it is not found by the task
I was so confused for so long as I was using a block in the handler and thought that might …