a8c02b7049
Instead of getting rid of pipes.quote, use pipes.quote and get rid of the manually entered toplevel quotes. This should properly escape backslashes, quotes, and other characters. Also fix the new checksumming python "one-liner" for csh. ansible_shell_type needs to be set to csh. Fixes #10363 Fixes #10353
4 lines
133 B
YAML
4 lines
133 B
YAML
- hosts: testhost
|
|
roles:
|
|
- { role: test_always_run, tags: test_always_run }
|
|
- { role: test_check_mode, tags: test_check_mode }
|