Blurbs ansible coffeescript django dvcs erlang es6 hg javascript json lua mercurial peewee postgresql python scope sql sqlalchemy yaml

Ansible task styles code ansibleyaml

- name: Eh
  apt: pkg=foo state=latest

- name: Eww
  apt: >
    pkg=foo
    state=latest

- name: Yeah
  apt:
    pkg: foo
    state: latest