Fix merge problems for ansible scripts

This commit is contained in:
TeoV
2020-06-24 09:04:39 +03:00
committed by Dan Christian Bogos
parent 80784ce4b4
commit b6b3af0e13

View File

@@ -269,7 +269,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