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