Releases: dawidd6/action-ansible-playbook
Releases · dawidd6/action-ansible-playbook
v3
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
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #93
- build(deps): bump yaml from 2.3.4 to 2.4.0 by @dependabot in #94
- build(deps): bump yaml from 2.4.0 to 2.4.1 by @dependabot in #96
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #97
- build(deps): bump yaml from 2.4.1 to 2.4.2 by @dependabot in #99
- build(deps): bump yaml from 2.4.2 to 2.4.3 by @dependabot in #100
- build(deps): bump yaml from 2.4.3 to 2.5.1 by @dependabot in #103
- build(deps): bump @actions/core from 1.10.1 to 1.11.0 by @dependabot in #105
- build(deps): bump @actions/core from 1.11.0 to 1.11.1 by @dependabot in #106
- build(deps): bump yaml from 2.5.1 to 2.6.0 by @dependabot in #107
- build(deps): bump yaml from 2.6.0 to 2.6.1 by @dependabot in #109
- build(deps): bump yaml from 2.6.1 to 2.7.0 by @dependabot in #110
- Add check mode and fixes boolean inputs by @alex3305 in #111
- build(deps): bump undici from 5.28.4 to 5.28.5 by @dependabot in #112
New Contributors
Full Changelog: v2...v3
v2.8.0
v2.7.0
v2.7.0
v2.6.1
node_modules: upgrade
v2.6.0: Use node16 (#62)
* node16 * dispatch * remove workflow_dispatch Co-authored-by: Angus Clinch <ANGUS306@bailliegifford.com>
v2.5.0
Add ability to turn off colored output (#32) * Add Action input to control colored Ansible output * Update main.js Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
v2.4.0
Add sudo option for root access (#16) Co-authored-by: ANDREA BIONDO s291512 <s291512@studenti.polito.it> Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
v2.3.0
Merge pull request #19 from Apreche/host_key_checking Add support for SSH Host Key Checking
v2.2.0
Merge pull request #15 from dawidd6/requirements Support installing requirements
v2.1.3
Merge pull request #14 from dawidd6/check-file-exists Check if file exists before unlinking