Sha256: 9526960925bace0300f8c7fe76afde37d8167b0165eea4bac3fc040bd3322f32
Contents?: true
Size: 367 Bytes
Versions: 24
Compression:
Stored size: 367 Bytes
Contents
- name: Register npm executable command: bash -lc "which npm" register: npm_path - name: Ensure gulp is installed npm: name=gulp state=present global=yes executable="{{npm_path.stdout}}" when: fe_app_repo is defined - name: Ensure bower is installed npm: name=bower state=present global=yes executable="{{npm_path.stdout}}" when: fe_app_repo is defined
Version data entries
24 entries across 24 versions & 1 rubygems