From 4fb186c8a3bc383bcf1a5bb2e41ed2dab2821218 Mon Sep 17 00:00:00 2001 From: TeoV Date: Wed, 24 Jun 2020 09:04:39 +0300 Subject: [PATCH] Fix merge problems for ansible scripts --- data/ansible/rpm_packages/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ansible/rpm_packages/main.yaml b/data/ansible/rpm_packages/main.yaml index 0bdaa615c..df91d4aa9 100644 --- a/data/ansible/rpm_packages/main.yaml +++ b/data/ansible/rpm_packages/main.yaml @@ -274,7 +274,7 @@ # Move the file to PKG server - name: Copy the file to PKG server - shell: 'scp cgr_build/RPMS/x86_64/{{ item }} {{ {{ pkgAddr }} }}:/tmp/' + shell: 'scp cgr_build/RPMS/x86_64/{{ item }} {{ pkgAddr }}:/tmp/' with_items: '{{ rmpFileName.stdout_lines }}' - name: Sign with rpm --addsign the .rpm file