Update ansible script for debian

This commit is contained in:
TeoV
2020-07-01 17:24:40 +03:00
parent 30dde6cee8
commit 6a2e9c85fb

View File

@@ -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 }}'