Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Removed yaml syntax meta as it seems to have no effect.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bohea <git@bohea.co.uk>
  • Loading branch information
dixhuit committed Mar 7, 2015
1 parent ee49bd0 commit 8b27ebb
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions contributing/order_convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,16 @@ In order to make the Ansible tasks in Vlad easy to read they should follow the f

## Examples

```
#!yaml
- name: add varnish vcl
template: src=varnish_defaultvcl.j2 dest=/etc/varnish/default.vcl
sudo: true
notify:
- restart varnish

- name: add varnish vcl
template: src=varnish_defaultvcl.j2 dest=/etc/varnish/default.vcl
sudo: true
notify:
- restart varnish
```

```
#!yaml
- name: install MailCatcher prerequisite packages
apt: pkg={{ item }} state=installed
with_items:
- rubygems
- libsqlite3-dev
- ruby-dev
sudo: true
```
- name: install MailCatcher prerequisite packages
apt: pkg={{ item }} state=installed
with_items:
- rubygems
- libsqlite3-dev
- ruby-dev
sudo: true

0 comments on commit 8b27ebb

Please sign in to comment.