From 726ee59873c627831fda86342147c119babc3371 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Mon, 6 Mar 2023 09:37:12 +0100 Subject: [PATCH] include test for issue #18 --- example.yml | 7 +++++++ exampleconverted.yml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/example.yml b/example.yml index 2d7f973..40ad141 100644 --- a/example.yml +++ b/example.yml @@ -123,3 +123,10 @@ user: name: test password: '!' + +- name: test issue 18 + command: echo "expect no openstack.cloud.config:system:set here" + with_items: + - app:disable dashboard + - config:system:set a b + - no:such:xxx diff --git a/exampleconverted.yml b/exampleconverted.yml index b77e3c7..a94b9eb 100644 --- a/exampleconverted.yml +++ b/exampleconverted.yml @@ -127,3 +127,11 @@ ansible.builtin.user: name: test password: '!' + +- name: test issue 18 + # possible ambiguous replacement: command : ansible.builtin.command | community.ciscosmb.command | community.routeros.command + ansible.builtin.command: echo "expect no openstack.cloud.config:system:set here" + with_items: + - app:disable dashboard + - config:system:set a b + - no:such:xxx