diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:33 +0000 |
commit | e008d5b85d48f1ddace6ac9bcb2d8c3d68932a60 (patch) | |
tree | fbe22b3dd2701ed2fe409698da213d717c85ce8b /debian/patches/0001-fix-libvirt-connection-plugin-warning.patch | |
parent | Merging upstream version 9.4.0+dfsg. (diff) | |
download | ansible-e008d5b85d48f1ddace6ac9bcb2d8c3d68932a60.tar.xz ansible-e008d5b85d48f1ddace6ac9bcb2d8c3d68932a60.zip |
Adding debian version 9.4.0+dfsg-1.debian/9.4.0+dfsg-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0001-fix-libvirt-connection-plugin-warning.patch')
-rw-r--r-- | debian/patches/0001-fix-libvirt-connection-plugin-warning.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0001-fix-libvirt-connection-plugin-warning.patch b/debian/patches/0001-fix-libvirt-connection-plugin-warning.patch deleted file mode 100644 index d3daee66b..000000000 --- a/debian/patches/0001-fix-libvirt-connection-plugin-warning.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Fix libvirt connection plugin warning -Origin: upstream, https://github.com/ansible-collections/community.libvirt/pull/147 -Forwarded: not-needed -Reviewed-by: Lee Garrett <debian@rocketjump.eu> -Last-Update: 2023-07-22 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- /dev/null -+++ b/ansible_collections/community/libvirt/changelogs/fragments/147_fix_qemu_remote_target_warning.yml -@@ -0,0 +1,2 @@ -+bugfixes: -+ - libvirt_qemu - connection plugin threw a warning about an improperly configured remote target. Fix adds `inventory_hostname` to `options.remote_addr.vars` (https://github.com/ansible-collections/community.libvirt/pull/147). ---- a/ansible_collections/community/libvirt/plugins/connection/libvirt_qemu.py -+++ b/ansible_collections/community/libvirt/plugins/connection/libvirt_qemu.py -@@ -29,6 +29,7 @@ - default: inventory_hostname - vars: - - name: ansible_host -+ - name: inventory_hostname - executable: - description: - - Shell to use for execution inside container. |