openafs-deb-packge-build: fix dput argument

Change-Id: Id624aa1ec6213be70809a8f911ab4aadc8a6ed53
This commit is contained in:
Ian Wienand 2022-05-05 12:06:16 +10:00
parent 68d03b5f86
commit a26c93712f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
- name: Push files to PPA
shell: |
dput --to ppa-openafs {{ item | basename }}
dput ppa-openafs {{ item | basename }}
args:
chdir: '{{ ansible_user_dir }}/openafs'
loop: "{{ _changes_files.files | map(attribute='path') | list }}"