We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d2b8 commit 726ee59Copy full SHA for 726ee59
example.yml
@@ -123,3 +123,10 @@
123
user:
124
name: test
125
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
@@ -127,3 +127,11 @@
ansible.builtin.user:
+ # 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
135
136
137
0 commit comments