X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=86153aff492061f226ab7f3dec2113fad80d13a4;hb=8056915b4c26d4c8bd13b31e839dc4ca630cd895;hp=ff316532233ba8e2118f4ba15232f37ccd34a62d;hpb=36858ff42eae09bd653d7fec8b770c93d91a06ab;p=github%2Ffretlink%2Fansible-clever.git diff --git a/README.md b/README.md index ff31653..86153af 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Variables for the application Variables specific to deployment, default should be fine: - `clever_cli_version`: Version of clever cli tools, default to `0.9.3`. - `clever_user_path`: Path relative to ansible_user home dir where cli tools and helpers are installed default to `.local/bin`. -- `clever_app_root`: Path of the application to deploy, default to `"{{ playbook_dir }}/.."`, ie ansible directory in the root of the application. +- `clever_app_root`: Path of the application to deploy, default to `app_root` if defined or `"{{ playbook_dir }}/.."`, ie ansible directory in the root of the application. - `clever_app_confdir`: Path where to store clever cloud data specific to this application, default to `"{{ clever_app_root }}/.clever_cloud"` - `clever_login_file`: Path to store login information. Default to `"{{ clever_app_confdir }}/login"`.