Releases: cedricpoon/ansible-proflow
Releases · cedricpoon/ansible-proflow
v0.5.1-20201213
Changes
- Use
ansible_failed_result
instead ofansible_failed_task
to avoid undefined variable embedded
v0.5.0-20201125
Changes
- Support passing failed task info in rollback
v0.4.4-20201005
Changes
- Fix
state=absent
prompt wordings from CTRL-Z to CTRL-C
v0.4.3-20200926
Changes
- bug fix on confirm skip register
v0.4.2-20200926
Changes
- Include current
tags
information instate=absent
prompt
v0.4.1-20200925
Changes
- Minimise lines of code for
state=absent
prompt
v0.4.0-20200925
Changes
- Support prompt when
state=absent
- Use
no_prompt=yes
if you need to skip prompt when runningstate=absent
or rollback
v0.3.7-20200923
Changes
- Minor fix on fail without rollback wordings
v0.3.6-20200821
Changes
- Extra variable
rollback
can be disabled via empty string - Utilize
__state__
in main.yml.j2 - Change proflow to proflow.apply
- Add mode preserve to copy for ansible-lint
- Running check present and absent on localhost
v0.3.0
Changes
- New feature for rollbacking failed
main.present.yml
through-e rollback=xxx.yml