mirror of https://github.com/ansible/ansible.git
Strip spaces in module names in explicit actions (#71040)
* Strip spaces in module names in explicit actions Change: - When an action is called like "action: copy foo=bar", strip spaces around the action name. - This allows "action: copy foo=bar" to work as expected. Test Plan: - New integration tests Tickets: - Fixes #62136 Signed-off-by: Rick Elrod <rick@elrod.me>pull/71074/head
parent
701c638757
commit
74c14c6743
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "task parsing - strip spaces from action name when using ``action: foo bar=baz`` form. (https://github.com/ansible/ansible/issues/62136)"
|
Loading…
Reference in New Issue