FLUID-6267: npm install and grunt output not visible in log files

Metadata

Source
FLUID-6267
Type
Improvement
Priority
Major
Status
Closed
Resolution
Duplicate
Assignee
Giovanni Tirloni
Reporter
Giovanni Tirloni
Created
2018-03-28T17:22:53.331-0400
Updated
2024-07-22T10:35:08.853-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Infrastructure

Description

When spinning up a new Vagrant box, this is all we see:

default: TASK [nodejs : Run application related commands as the application user] *******
    default: changed: [localhost] => (item=npm install)
    default: changed: [localhost] => (item=grunt)

If those tasks fail, they will show "failed" instead of "changed".

Running Ansible in verbose mode outputs everything in a single-line string and is not readable.

The output of the build process should be easier to investigate.