Christoph Fiehe
Christoph Fiehe
… now allows to retrieve the repository from the resource.
### What I Did I tried to activate the option `HideNoAccess` to make sure that the user gets only files and directory listings to which he has access to. I...
### Summary The behavioral change in the builtin filters `ansible.builtin.union`, `ansible.builtin.intersect`, `ansible.builtin.difference` and `ansible.builtin.symmetric_difference` introduced in Ansible Core 2.16 forces many people including myself to migrate their code in order...
### Ansible NetBox Collection version v3.12.0 ### Ansible version ```bash ansible [core 2.14.1] config file = /home/ansible/automation/projects/provisioning/ansible.cfg configured module search path = ['/home/ansible/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/ansible/.local/lib/python3.10/site-packages/ansible...
I try to map a plain HTTP request from a client to a HTTPS destination using: ``` map http://127.0.0.1:8080/docker/ https://download.docker.com/linux/ubuntu/ ``` The mapping itself is working and the URL is...
Fixes: https://github.com/aptly-dev/aptly/issues/1338, https://github.com/aptly-dev/aptly/issues/1349, https://github.com/aptly-dev/aptly/issues/1355 ## Description of the Change This commit allows to add, remove and update components of published repositories without the need to recreate them. ## Checklist -...
## Detailed Description Besides the capability to add a component to a published repository, it would be useful if one or multiple components could be removed from a published repository,...
## Detailed Description Besides the capability to add/update components of a published snapshot-based repository, it would be useful if adding/updating components of published local repositories would be possible, too. ##...