1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-08 19:06:14 +02:00

archive: fix creates= argument to ia configure task

The credentials are stored in $HOME/.ia instead of $HOME/.config/ia.ini.
This commit is contained in:
Evangelos Foutras 2023-03-20 22:07:37 +02:00
parent a279a6948f
commit 8658ea5f76
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -29,7 +29,7 @@
user: name={{ archive_user_name }} shell=/bin/false home="{{ archive_user_home }}" createhome=yes
- name: Configure archive.org client
command: ia configure --username={{ vault_archive_username }} --password={{ vault_archive_password }} creates={{ archive_user_home }}/.config/ia.ini
command: ia configure --username={{ vault_archive_username }} --password={{ vault_archive_password }} creates={{ archive_user_home }}/.ia
become: true
become_user: "{{ archive_user_name }}"