From 1243e335d88ba34eb2dc1dcb9496850d99128e78 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 28 Feb 2014 20:40:38 -0600 Subject: [PATCH] Add TODOs to readme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d0b7045..f2f6883 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ A list of the PHP packages to install. You'll likely want to install common pack - php-pecl-apc - php-xml +## TODO + + - Make role more flexible, allowing APC to be excluded from `php_packages` list. + - Use `lineinfile` rather than templates to make configuration changes. + ## License MIT / BSD