Skip to content
Snippets Groups Projects
Verified Commit 8658ea5f authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

archive: fix creates= argument to ia configure task

The credentials are stored in $HOME/.ia instead of $HOME/.config/ia.ini.
parent a279a694
No related branches found
No related tags found
No related merge requests found
Pipeline #58093 passed
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment