]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - README.md
add travis file
[github/fretlink/ansible-clever.git] / README.md
index 2ab86638bebe7529a3f48eab2879f2e99bf9c199..b049e6e3470b1d4f02fa158e1b4849cb850de26f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Variables for the application
 - `clever_env`: a dict of environment variables for the application (without add_ons one already available), optional.
 - `clever_addons`: a list of dict describing addons enabled for the application from which we would use information during deploy, optional.<br/>
   Example: `{ name: pg, env_prefix: POSTGRESQL_ADDON }`
-- `clever_app_role`: role to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional.
+- `clever_app_tasks`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional.
 - `domain`: the domain from which the application should be reachable, optional
 - `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`.