This commit is contained in:
Robert Kaussow 2019-11-21 15:03:26 +01:00
parent 30ef321c8b
commit 16b9a93c70
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
state: absent
loop: "{{ yum_repofiles_remove }}"
loop_control:
label: "/etc/yum.repos.d{{ item }}"
label: "/etc/yum.repos.d/{{ item }}"
become: True
become_user: root