Fix name of yum_repository task

With [1] the task was converted to a list, which makes the current
task naming misleading, but it was not addressed in [1].

[1] https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/951574

Change-Id: I57e1572244bff3a6c2e0d7a9e174e94964a286f1
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2025-06-07 10:03:19 +02:00
parent 00cd3feb42
commit 3ce3c83d2b

View File

@@ -61,7 +61,7 @@
loop_control:
label: "{{ item.key }}"
- name: Install the EPEL repository
- name: Install required repositories
ansible.builtin.yum_repository:
name: "{{ item.name }}"
baseurl: "{{ item.baseurl }}"