Commit Graph

7 Commits

Author SHA1 Message Date
Copilot
38a0e05fb9 Convert CommonJS to ESM (#133)
* Initial plan

* Convert CommonJS imports to ESM

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>

* Use namespace imports for all modules

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
2026-01-30 14:01:19 +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
Dawid Dziurla
9f057ae5b5 post: remove arrow 2022-09-01 08:37:48 +02: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
81f2a15778 post: check if file exists before unlinking 2020-12-06 16:54:45 +01:00
Dawid Dziurla
89ee60634c post: change directory if saved 2020-05-14 20:16:43 +02:00
Dawid Dziurla
6249522d7c add post script 2020-05-07 11:42:11 +02:00