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