Skip to content

Instantly share code, notes, and snippets.

@unsay
unsay / ansible-examples.yml
Created November 2, 2015 00:25 — forked from bcomnes/ansible-examples.yml
Ansible Yaml Syntax Exampls
---
# Thanks halberom!
# http://blog.halberom.co.uk/ansible_yaml_syntax.html
- hosts: foo
tasks:
- name: single line plain style
file: path=/tmp/foo state=touch
- name: multi line plain style
file: path=/tmp/foo
@unsay
unsay / README.md
Last active August 29, 2015 14:19 — forked from JoelBesada/README.md

OmniFocus & Backtick

This command opens a Quick Entry dialog for OmniFocus.

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: