Remove sshpass usage in rpm

This commit is contained in:
DanB
2020-06-23 16:12:31 +02:00
parent e02753a503
commit 3f25d94438

View File

@@ -269,7 +269,7 @@
# Move the file to PKG server
- name: Copy the file to PKG server
shell: 'sshpass -p {{ pkgPass }} scp cgr_build/RPMS/x86_64/{{ item }} {{ gouser }}@{{ internalPkgAddr }}:/tmp/'
shell: 'scp cgr_build/RPMS/x86_64/{{ item }} {{ internalPkgAddr }}:/tmp/'
with_items: '{{ rmpFileName.stdout_lines }}'
- name: Sign with rpm --addsign the .rpm file