Antoine Cotten

Results 75 issues of Antoine Cotten

The execution of the following playbook... ``` yaml --- - name: PKI realms hosts: all become: True vars: custom_pki_realms: - name: 'k8s' subject_alt_names: - 'ip:{{ ansible_default_ipv4.address }}' - 'ip:{{ kubernetes_services_net...

When I declare a new realm in a playbook, the task `Sign certificate requests for current hosts` fails with the following error: ``` json fatal: [noah.host -> localhost]: FAILED! =>...

### Environment CPU: Intel Core i5-8265U OS: Ubuntu 22.10 (WSL2) WSL version: 1.1.3.0 Kernel version: 5.15.90.1 ### Description Following the example from the README generates a `linuxu` kernel which doesn't...

### Context I am using `baaah` to manage Tekton [TaskRun objects](https://tekton.dev/docs/pipelines/taskruns/). When `baaah` creates those TaskRuns, they are automatically labeled with `apply.acorn.io/hash`, as expected. ### Problem Tekton [propagates labels](https://tekton.dev/docs/pipelines/labels/#label-propagation) from...

**How would you describe the issue?** Upon merging while authenticated as a GitHub Application (bot), the Action prints the following error, but merges successfully anyway: > An error occurred while...

bug