Skip to content

Commit 726ee59

Browse files
committed
include test for issue #18
1 parent e82d2b8 commit 726ee59

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

example.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,10 @@
123123
user:
124124
name: test
125125
password: '!'
126+
127+
- name: test issue 18
128+
command: echo "expect no openstack.cloud.config:system:set here"
129+
with_items:
130+
- app:disable dashboard
131+
- config:system:set a b
132+
- no:such:xxx

exampleconverted.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@
127127
ansible.builtin.user:
128128
name: test
129129
password: '!'
130+
131+
- name: test issue 18
132+
# possible ambiguous replacement: command : ansible.builtin.command | community.ciscosmb.command | community.routeros.command
133+
ansible.builtin.command: echo "expect no openstack.cloud.config:system:set here"
134+
with_items:
135+
- app:disable dashboard
136+
- config:system:set a b
137+
- no:such:xxx

0 commit comments

Comments
 (0)