Skip to content

Releases: dawidd6/action-ansible-playbook

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]>

v2.4.0

19 Jul 15:51
03f941b

Choose a tag to compare

Add sudo option for root access (#16)



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

v2.3.0

04 Apr 21:32
2127137

Choose a tag to compare

Merge pull request #19 from Apreche/host_key_checking

Add support for SSH Host Key Checking