mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fix merge problems for ansible scripts
This commit is contained in:
committed by
Dan Christian Bogos
parent
80784ce4b4
commit
b6b3af0e13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user