Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
packages: install jq
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Nov 4, 2015
1 parent 80268fe commit 936fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarnet/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- authorized_key: 'user=root key="{{ item }}"'
with_items: "{{ authorized_keys }}"
- hostname: "name={{ inventory_hostname }}"
- shell: "apt-get update && apt-get install -y mosh vim htop screen bridge-utils build-essential autoconf libtool bison flex nodejs mercurial git sysstat iftop tmux unzip"
- shell: "apt-get update && apt-get install -y mosh vim htop screen bridge-utils build-essential autoconf libtool bison flex nodejs mercurial git sysstat iftop tmux unzip jq"
- file:
src: /usr/bin/nodejs
path: /usr/bin/node
Expand Down

0 comments on commit 936fa10

Please sign in to comment.