Felix Fontein
2203560867
plugins: replace to_native(), to_text(), str() with str() where possible or leave it away in f-string formatting ( #9379 )
...
* Replace to_native(), to_text(), str() with str() where possible or leave it away in f-string formatting.
* Improve formulation.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Use more f-strings.
* Remove unicode prefix for strings.
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2024-12-28 22:47:18 +01:00
Alexei Znamensky
d539b00d4c
connection plugins: use f-strings ( #9322 )
...
* connection plugins: use f-strings
* add changelog frag
2024-12-24 12:00:19 +01:00
Felix Fontein
ce65eb8736
Type options of connection plugins ( #8627 )
...
Type options of connection plugins.
2024-07-21 21:04:53 +02:00
Travis McCollum
44028060c3
Fix: incus connection plugin treats inventory_hostname incorrectly in remote config ( #7875 )
...
* Fixes inventory_hostname treatment as a litteral instead of inventory_hostname variable. Similar problem fixed in LXD: https://github.com/ansible-collections/community.general/pull/4912
* changelog for upsream
* Update changelogs/fragments/7874-incus_connection_treats_inventory_hostname_as_literal_in_remotes.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: travis <travis@cypressMini.local >
Co-authored-by: Felix Fontein <felix@fontein.de >
2024-01-23 07:18:25 +01:00
Stéphane Graber
6d74e0c640
Introduce an Incus connection plugin ( #7726 )
...
* plugins/connection/incus: Introduce new plugin
Signed-off-by: Stéphane Graber <stgraber@stgraber.org >
* BOTMETA: Add incus connection plugin
Signed-off-by: Stéphane Graber <stgraber@stgraber.org >
* tests/integration: Add connection_incus test
Signed-off-by: Stéphane Graber <stgraber@stgraber.org >
---------
Signed-off-by: Stéphane Graber <stgraber@stgraber.org >
2023-12-28 08:32:31 +01:00