-
### Summary
When I try to deactivate a repository with the module zypper_repository, then this doesn't work.
When I look at the code, I think this is because the code that was introduced in https://…
-
### 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…
-
### Issue
When i'm running a template on semaphore, it always recreates my git repository.
`
Cloning into 'repository_1_6'...
`
But no changes has been made on my repo, how can it be explained …
-
I have a playbook with this list of tasks:
`
- name: Fetching available collections
command: ansible-galaxy collection list
register: result
- name: Available collections
…
-
### Summary
after this commit https://github.com/lablabs/ansible-role-rke2/pull/246/files
```
{% if rke2_bind_address is defined %}
bind-address: {{ rke2_bind_address }}
{% endif %}
```
the rke…
-
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
/kind feature
**Description**
I have been looking for examples on how to use the Ansible connection plugin fo…
-
**Describe the bug**
I would like to upgrade my postgres db from docker.io/postgres:13.6-alpin with the following command:
ansible-playbook -i inventory/hosts setup.yml --tags=upgrade-postgres -…
-
The following expects `sway` already installed (`apt install -y sway`), then with ansible playbook run this playbook:
```
- hosts: localhost
become: yes
pre_tasks:
- name: upgrade OS
…
-
Hey everyone,
i think i found a small error in the code. In this part of the [code](https://github.com/maxhoesel-ansible/ansible-collection-proxmox/blob/ad8db9efa5ccbbd980802aecd483aa440486d332/plu…
-
Hi, first of all, thanks for this great role, I have used with a lot of clients successfully
I am facing issues with recent versions of Ansible, there is the include directive being no longer avail…