We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 573069b + 405adee commit 84a5944Copy full SHA for 84a5944
README.md
@@ -1,7 +1,8 @@
1
# Symfony2
2
[](https://travis-ci.org/servergrove/ansible-symfony2)
3
4
-Important: This role only supports ansible <2.0 at the moment!
+If you use ansible <2.0, please do a ```ansible-galaxy install servergrove.symfony2,v1.9.0``` to get the last backwards-compatible version.
5
+Otherwise you can stick with stable "master" :-)
6
7
Ansible role to easily deploy Symfony2 applications.
8
It will clone a git repository, a specific branch or a tag, download and run composer install, and run assetic:dump when finished.
0 commit comments