mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Update ansible script for debian
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
# Move the file to PKG server
|
||||
- name: Copy the file to PKG server
|
||||
become: yes
|
||||
shell: 'scp /var/packages/debian/incoming/{{ item }} {{ {{ pkgAddr }} }}:/tmp/'
|
||||
shell: 'scp /var/packages/debian/incoming/{{ item }} {{ pkgAddr }}:/tmp/'
|
||||
args:
|
||||
chdir: /var/packages/debian/incoming/
|
||||
with_items: '{{ debFileName.stdout_lines }}'
|
||||
|
||||
Reference in New Issue
Block a user