mirror of https://github.com/ansible/ansible.git
Incidental docker chip away (#77830)
* Add new templating target, test splitter * Add test for host:port parsing in parse_address via add_host * Test already notified listening handler * Add test for gathering bridge network facts * Add veth to bridge * ci_complete ci_coveragepull/77851/head
parent
76ead1e768
commit
ef3ea4cdc3
@ -0,0 +1,2 @@
|
|||||||
|
shippable/posix/group1
|
||||||
|
context/controller
|
@ -0,0 +1,8 @@
|
|||||||
|
- command: echo {% raw %}{{ foo }}{% endraw %}
|
||||||
|
register: result
|
||||||
|
|
||||||
|
- assert:
|
||||||
|
that:
|
||||||
|
- result.stdout_lines|first == expected
|
||||||
|
vars:
|
||||||
|
expected: !unsafe '{{ foo }}'
|
Loading…
Reference in New Issue