Skip to content

Commit

Permalink
include test for issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Mar 6, 2023
1 parent e82d2b8 commit 726ee59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions exampleconverted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 726ee59

Please sign in to comment.