Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ project_deploy

Deploy a project with Ansible

### Changelog 4.4.0

- do not assume facts are injected. Replaces all usages of `deploy_helper.var` with `ansible_facts['deploy_helper']['var']`.

### Changelog 4.0.0 BC BREAK. Set your galaxy version to v3.2.0 for Ansible 2.3 or less.

- replaced deprecated "include" with "include_tasks".
Expand Down Expand Up @@ -255,7 +259,7 @@ When you're ready, perform the symlink task yourself (in post_tasks for example)

When you're ready, finalize the deploy with the module:

- deploy_helper: path={{ project_root }} release={{ ansible_facts['deploy_helper'].['new_release'] }} state=finalize
- deploy_helper: path={{ project_root }} release={{ ansible_facts['deploy_helper']['new_release'] }} state=finalize

If you do want to finalize and have the role switch the "current" symlink, but
don't want to clean up old releases, set "project_clean" to false:
Expand Down