Skip to content

Instantly share code, notes, and snippets.

View lconnell's full-sized avatar

Lee Connell lconnell

  • NH, USA
View GitHub Profile
@lconnell
lconnell / ansible_dependencies.yml
Last active July 7, 2017 19:07
Ansible Role Dependencies
# Calling Role (shared.album)
---
- block:
- include_role:
name: shared.slack
vars:
msg: "{{ slack_start_message }}"
token: "{{ slack_token }}"
channel: "{{ slack_channel }}"
@lconnell
lconnell / debug.log
Created October 4, 2011 16:23
windows 7 install failure for npm
info it worked if it ends with ok
verbose cli [ 'node', 'C:\\node\\npm\\cli.js', 'install', 'npm', '-gf' ]
info using npm@1.0.93
info using node@v0.5.8
verbose config file C:\Users\lee.AMMOCOMP\.npmrc
verbose config file C:\node\etc\npmrc
verbose into C:\node\lib [ 'npm' ]
verbose cache add npm
verbose cache add [ 'npm', null ]
silly cache add: name, spec, args [ undefined, 'npm', [ 'npm', null ] ]