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
27a11490
Verified
Commit
27a11490
authored
Dec 20, 2018
by
Jan Alexander Steffens (heftig)
Browse files
roles/matrix: Use yarn instead of npm
parent
e794c4fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
27a11490
...
...
@@ -5,7 +5,7 @@
when
:
'
matrix_domain
is
defined'
-
name
:
install packages
pacman
:
name=python,git,
npm
,jemalloc
pacman
:
name=python,git,
yarn
,jemalloc
-
name
:
add synapse group
group
:
name=synapse system=yes gid=198
...
...
@@ -47,7 +47,7 @@
become_method
:
sudo
-
name
:
install matrix-appservice-irc
command
:
npm
install
command
:
yarn
install
args
:
chdir
:
/var/lib/synapse/matrix-appservice-irc
creates
:
/var/lib/synapse/matrix-appservice-irc/node_modules
...
...
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