mirror of https://github.com/ansible/ansible.git
Add missing cache plugin test scenarios (#85154)
parent
e5476972da
commit
567fda6906
@ -0,0 +1,11 @@
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: verify a template retrieved from the cache renders
|
||||
debug:
|
||||
var: my_template
|
||||
|
||||
- name: verify the values retrieved from the cache are correct
|
||||
assert:
|
||||
that:
|
||||
- my_template == verify
|
||||
Loading…
Reference in New Issue