Commit Graph

53 Commits

Author SHA1 Message Date
dependabot[bot]
9cb5a68aaf build(deps): bump actions/checkout from 5 to 6 (#122)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 07:32:43 +01:00
dependabot[bot]
81d0380e46 build(deps): bump actions/checkout from 4 to 5 (#117)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 18:00:48 +02:00
Dawid Dziurla
57803a1669 Update test.yml 2025-08-06 11:15:03 +02:00
Dawid Dziurla
7c352ee131 Update test.yml 2025-08-06 11:13:41 +02:00
Dawid Dziurla
1b8d29ad11 Update test.yml 2025-08-06 11:10:57 +02:00
Dawid Dziurla
75091e5206 Update test.yml 2025-08-06 11:06:10 +02:00
Dawid Dziurla
029e36f26a Update test.yml 2025-08-06 11:04:29 +02:00
Dawid Dziurla
d9e30df17d Update test.yml 2025-08-06 10:56:44 +02:00
Dawid Dziurla
c9d6829953 Update test.yml 2025-08-06 10:49:31 +02:00
Dawid Dziurla
929b771549 Update test.yml 2025-08-06 10:44:11 +02:00
Alex van den Hoogen
a4d1256d3c Add check mode and fixes boolean inputs (#111)
* Add check mode option

* Fixes boolean inputs

Boolean inputs weren't working properly before. Passing any value would
result in `true`, which is unexpected and not according to inputs
description. This change retrieves booleans with `getBooleanInput()` and
sets a default to `false`.

Relevant GitHub discussion and comment: https://github.com/actions/toolkit/issues/361#issuecomment-829507270

* Update action.yml

* Update test.yml

* Update test.yml

---------

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2025-02-10 18:11:33 +01:00
H.Hedhly
0689c791d8 Introduce optional support for ansible.cfg (#88)
* Introduce optional support for ansible.cfg

* Add missing ansible.cfg local & remote tests

* Update Readme

* Fix broken local test

---------

Co-authored-by: thehedhly <thehedhly@users.noreply.github.com>
2024-01-17 10:06:09 +01:00
dependabot[bot]
37baaec418 build(deps): bump actions/checkout from 3 to 4 (#82)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:47:48 +02:00
dependabot[bot]
f2818df92e build(deps): bump actions/checkout from 2 to 3 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 19:30:40 +02:00
Dawid Dziurla
95ac226ed8 workflows: test sudo 2021-07-26 18:29:42 +02:00
dependabot-preview[bot]
75ae627236 Upgrade to GitHub-native Dependabot 2021-04-28 22:30:47 +00:00
Scott Rubin
d45b74f42d Add support for SSH Host Key Checking
By default it seems that SSH host key checking has been disabled. This
patch makes it optional. If a variable named known_hosts is passed in,
the key checking will be enabled. The variable should contain the
complete contents of the known_hosts file, which must contain the public
key(s) of the host(s) in the inventory.
2021-04-04 16:51:46 -04:00
Dawid Dziurla
0eefa394aa workflows: always run in test/ dir 2021-02-11 17:28:23 +01:00
Dawid Dziurla
0d7274dc6a workflows: refactor 2021-02-11 17:24:38 +01:00
Dawid Dziurla
19d1b2c628 workflows: test installing bundled requirements 2020-12-09 11:57:12 +01:00
Dawid Dziurla
e4d3ccbe7b workflows: test installing requirements 2020-12-06 17:06:29 +01:00
Dawid Dziurla
145a900758 workflows: test running the action twice 2020-12-06 16:54:32 +01:00
Dawid Dziurla
9805b8fa8b workflows: don't pass sensitive info 2020-09-04 10:16:36 +02:00
Dawid Dziurla
921a00333b workflows: modify triggers 2020-08-30 12:06:25 +02:00
Dawid Dziurla
12b09931f9 workflows: test directory 2020-05-14 20:20:43 +02:00
Dawid Dziurla
013642b2f2 workflows: more options test 2020-05-03 12:45:56 +02:00
Dawid Dziurla
fd56a2ad58 rewrite in javascript 2020-05-03 11:55:12 +02:00
Dawid Dziurla
47f48fd0e8 workflows: pass -e options 2020-04-07 00:58:47 +02:00
Dawid Dziurla
6befc53422 workflows: another test job 2020-04-07 00:03:41 +02:00
Dawid Dziurla
594eddd07c workflows: no fold 2020-04-06 23:53:57 +02:00
Dawid Dziurla
b870361b37 workflows: run separate jobs 2020-04-06 23:45:33 +02:00
Dawid Dziurla
32a48fb292 workflows: fold options 2020-04-06 23:39:47 +02:00
Dawid Dziurla
6bf8287520 workflows: change default directory to ./ 2020-03-24 22:32:24 +01:00
Dawid Dziurla
05885e8435 workflows: add directory input 2020-03-24 22:26:46 +01:00
Dawid Dziurla
f039d623c2 workflows: use inventory and limit 2020-03-22 12:47:57 +01:00
Dawid Dziurla
bcf6f7f653 workflows: specify options 2020-03-22 12:27:35 +01:00
Dawid Dziurla
e57bb6ed8a workflows: mount cwd in container 2020-03-22 12:24:42 +01:00
Dawid Dziurla
be21279173 workflows: fix image name 2020-03-22 12:22:12 +01:00
Dawid Dziurla
89a799ad80 workflows: adjust 2020-03-22 12:17:17 +01:00
Dawid Dziurla
43a2a4f4df workflows: word 2020-03-21 21:41:05 +01:00
Dawid Dziurla
bcf9810673 workflows: just hostname 2020-03-21 21:34:08 +01:00
Dawid Dziurla
6f82c89a6c workflows: root 2020-03-21 21:33:14 +01:00
Dawid Dziurla
1c638a49c2 workflows: without = 2020-03-21 21:31:53 +01:00
Dawid Dziurla
202f288245 workflows: remove testing stuff 2020-03-21 21:30:03 +01:00
Dawid Dziurla
a57a1f4727 workflows: test 2020-03-21 20:48:04 +01:00
Dawid Dziurla
39127c75f7 workflows: test 2020-03-21 20:43:33 +01:00
Dawid Dziurla
efea786a0b workflows: test 2020-03-21 20:40:39 +01:00
Dawid Dziurla
8001e8dd54 workflows: test in container 2020-03-21 20:35:01 +01:00
Dawid Dziurla
030c7befbb workflows: try FQDN hostname 2020-03-21 20:26:02 +01:00
Dawid Dziurla
1fbc1a240b workflows: list containers 2020-03-21 20:04:58 +01:00