1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
patchback[bot] 4482b04463
[PR #7521/b4a2e9da backport][stable-8] Lxd instance not found fix false positives (#7671)
Lxd instance not found fix false positives (#7521)

* lxd: Add lxc command execution debug statement.

* lxd: avoid false positives in "instance not found" detection

Due to changes over time in the error message which lxd printed when an
instance wasn't found, the detection logic in the lxd connection plugin
matched any "not found" string.  Unfortunately this also false triggered
on other errors e.g. "/usr/bin/python3: not found" from the payload,
giving a confusing error message "UNREACHABLE! ... instance not found"
to the ansible user.

* Update changelog fragment.

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit b4a2e9da50)

Co-authored-by: Tim Small <tim@seoss.co.uk>
2023-12-03 09:49:10 +01:00
..
action Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
become machinectl become plugin: mark as require_tty (#6935) 2023-07-15 12:53:59 +02:00
cache Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
callback [PR #7552/58705d5a backport][stable-8] More docs cleanup (#7579) 2023-11-23 06:18:57 +01:00
connection [PR #7521/b4a2e9da backport][stable-8] Lxd instance not found fix false positives (#7671) 2023-12-03 09:49:10 +01:00
doc_fragments [PR #7490/e0346d40 backport][stable-8] Add onepassword_doc lookup plugin (#7617) 2023-11-26 21:45:42 +01:00
filter Update from_csv.py docs (#7296) 2023-09-20 22:02:54 +02:00
inventory [PR #7576/d9f3e7a2 backport][stable-8] Only disable cert validation in examples for local network access (#7618) 2023-11-26 22:13:50 +01:00
lookup [PR #7564/241cc02f backport][stable-8] onepassword lookup - Make section and field case insensitive (#7662) 2023-12-01 18:17:48 +01:00
module_utils [PR #7626/30edafab backport][stable-8] add BootProgress property to redfish_info (#7668) 2023-12-02 21:26:24 +01:00
modules [stable-8] apt_rpm: add check if package version is upgradable (ansible-collections#7414) (#7669) 2023-12-02 22:03:32 +01:00
test [PR #7533/2a5e7c33 backport][stable-8] Add test fqdn_valid (#7567) 2023-11-22 09:26:17 +01:00