Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: dawidd6/action-ansible-playbook

v7

30 Jan 13:03
6c0a4f8

Choose a tag to compare

What's Changed

  • build(deps): bump @actions/core from 2.0.1 to 2.0.2 by @dependabot[bot] in #128
  • node_modules: update by @dawidd6 in #129
  • build(deps): bump @actions/core from 2.0.2 to 2.0.3 by @dependabot[bot] in #130
  • build(deps): bump @actions/core from 2.0.3 to 3.0.0 by @dependabot[bot] in #131
  • build(deps): bump @actions/exec from 2.0.0 to 3.0.0 by @dependabot[bot] in #132
  • Convert CommonJS to ESM by @Copilot in #133
  • node_modules: update by @dawidd6 in #134

New Contributors

  • @Copilot made their first contribution in #133

Full Changelog: v6...v7

v6

25 Dec 09:59
e8303e5

Choose a tag to compare

What's Changed

Full Changelog: v5...v6

v5

11 Oct 17:23
3363d6a

Choose a tag to compare

What's Changed

  • build(deps): bump yaml from 2.8.0 to 2.8.1 by @dependabot[bot] in #116
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #117
  • Change inventory file argument from '--inventory-file' to '--inventory' by @steffans in #121

New Contributors

Full Changelog: v4...v5

v4

14 Jun 21:21
93764e7

Choose a tag to compare

What's Changed

Full Changelog: v3...v4

v3

10 Feb 17:22
a4133a9

Choose a tag to compare

Versioning change!!!

From now on I'll release only the major versions (like v4, v5, v6, ....). Consider pinning the Action by commit hash in your workflow if you please.

What's Changed

New Contributors

Full Changelog: v2...v3

v2.8.0

07 Feb 15:22
c97d715

Choose a tag to compare

What's Changed

Full Changelog: v2...v2.8.0

v2.7.0

17 Jan 09:10
v2.7.0
00765f7

Choose a tag to compare

v2.6.1

21 Oct 14:47
5d97017

Choose a tag to compare

node_modules: upgrade

v2.6.0: Use node16 (#62)

15 Oct 17:47
009b88e

Choose a tag to compare

* node16

* dispatch

* remove workflow_dispatch

Co-authored-by: Angus Clinch <[email protected]>

v2.5.0

01 Aug 15:05
671974e

Choose a tag to compare

Add ability to turn off colored output (#32)

* Add Action input to control colored Ansible output

* Update main.js

Co-authored-by: Dawid Dziurla <[email protected]>