Skip to content

Releases: cedricpoon/ansible-proflow

v0.5.1-20201213

13 Dec 12:04
Compare
Choose a tag to compare

Changes

  • Use ansible_failed_result instead of ansible_failed_task to avoid undefined variable embedded

v0.5.0-20201125

25 Nov 08:17
Compare
Choose a tag to compare

Changes

  • Support passing failed task info in rollback

v0.4.4-20201005

05 Oct 04:28
Compare
Choose a tag to compare

Changes

  • Fix state=absent prompt wordings from CTRL-Z to CTRL-C

v0.4.3-20200926

26 Sep 15:45
Compare
Choose a tag to compare

Changes

  • bug fix on confirm skip register

v0.4.2-20200926

26 Sep 12:17
Compare
Choose a tag to compare

Changes

  • Include current tags information in state=absent prompt

v0.4.1-20200925

25 Sep 15:14
Compare
Choose a tag to compare

Changes

  • Minimise lines of code for state=absent prompt

v0.4.0-20200925

25 Sep 12:04
Compare
Choose a tag to compare

Changes

  • Support prompt when state=absent
  • Use no_prompt=yes if you need to skip prompt when running state=absent or rollback

v0.3.7-20200923

23 Sep 12:05
Compare
Choose a tag to compare

Changes

  • Minor fix on fail without rollback wordings

v0.3.6-20200821

21 Aug 12:07
Compare
Choose a tag to compare

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

11 May 08:38
Compare
Choose a tag to compare

Changes

  • New feature for rollbacking failed main.present.yml through -e rollback=xxx.yml