From d358e813dff29febaf997d43f3d97d58fea570ed Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 30 Jun 2025 16:41:28 -0700 Subject: [PATCH] Argh. Quotes. Signed-off-by: Adam Williamson --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 6f806d6991..38583a2f23 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -169,7 +169,7 @@ ansible.builtin.copy: content: '# Unneeded, causes problems sometimes, and builders especially should use no external data' dest: /etc/yum.repos.d/fedora-cisco-openh264.repo - when: "ansible_distribution == 'Fedora' + when: "ansible_distribution == 'Fedora'" - name: Put RabbitMQ CentOS-9 SIG repos on el systems ansible.builtin.copy: src="{{ files }}/common/centos9s-rabbitmq38.repo" dest="/etc/yum.repos.d/centos9s-rabbitmq38.repo"