Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
2684a573
Verified
Commit
2684a573
authored
Jun 21, 2020
by
Jelle van der Waa
🚧
Browse files
Add missing dependency of xtarfile for archive-uploader
parent
2eff66dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archive/tasks/main.yml
View file @
2684a573
...
...
@@ -49,7 +49,7 @@
mode
:
0755
-
name
:
install internet archive packages
pacman
:
name=python-internetarchive state=present
pacman
:
name=python-internetarchive
,python-xtarfile
state=present
-
name
:
create archive user
user
:
name={{ archive_user_name }} shell=/bin/false home="{{ archive_user_home }}" createhome=yes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment