Skip to content

Commit

Permalink
Re-enable jsonlint
Browse files Browse the repository at this point in the history
Upstream project was fixed. See #28
  • Loading branch information
astorije authored Feb 25, 2018
1 parent eb2a037 commit e284bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
state: present
with_items:
- esprima
# - jsonlint
- jsonlint
become: yes

- name: Retrieve the location of the global `node_modules` directory
Expand Down Expand Up @@ -118,7 +118,7 @@
group: lounge
mode: "0660"
force: no # Do not overwrite existing users to not erase networks
# validate: 'jsonlint -q %s'
validate: 'jsonlint -q %s'
with_items: "{{ lounge_users }}"
become: yes
notify: Restart supervisord program
Expand Down

0 comments on commit e284bdf

Please sign in to comment.