mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Remove the legacy templating code, which was guarded by deprecation warnings in the previous two releases, and undocumented for a long time. use {{ foo }} to access variables instead of ${foo} or $foo.
This commit is contained in:
parent
9d01d88a57
commit
46ec8759d5
4 changed files with 6 additions and 255 deletions
|
@ -30,7 +30,7 @@
|
|||
# fetch module.
|
||||
|
||||
- name: diff what we fetched with the original file
|
||||
shell: diff {{ output_dir }}/orig {{ output_dir }}/fetched/127.0.0.1/root/ansible_testing/orig
|
||||
shell: diff {{ output_dir }}/orig {{ output_dir }}/fetched/127.0.0.1{{ output_dir | expanduser }}/orig
|
||||
register: diff
|
||||
|
||||
- name: check the diff to make sure they are the same
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue