From deb51becc2e2bc2a010ae7f52032d86de72f47fe Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Aug 2012 20:27:39 -0300 Subject: [PATCH] lineinfile now refactored and & in core --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9143806eb9..5375e33262a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Ansible modules are a way of adding new client-side logic to ansible. They can * [Official "core" ansible modules](http://ansible.github.com/modules.html) - various * [mercurial](https://github.com/bradobro/ansible-module-mercurial) - bradobro * [zypper (bash module example)](https://github.com/jpmens/ansible-zypp) - jp_mens -* [lineinfile](https://github.com/azemon/ansible/blob/lineinfile/library/lineinfile) - azemon * [homebrew](https://gist.github.com/3170079) - swehack Python modules using 0.6 and later can use the common "AnsibleModule" class to dramatically reduce