mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
Revert "Add prefixing and suffixing fuctionality to assemble module" (#16084)
This commit is contained in:
parent
a596ba3106
commit
3387d557bc
2 changed files with 2 additions and 26 deletions
|
@ -91,13 +91,3 @@
|
|||
- "result.state == 'file'"
|
||||
- "result.checksum == '505359f48c65b3904127cf62b912991d4da7ed6d'"
|
||||
|
||||
- name: test assemble with a header and a footer
|
||||
assemble: src="{{output_dir}}/src" dest="{{output_dir}}/assembled6" header="prefix" footer="suffix"
|
||||
register: result
|
||||
|
||||
- name: assert the fragments were assembled with a header and a footer
|
||||
assert:
|
||||
that:
|
||||
- "result.state == 'file'"
|
||||
- "result.checksum == 'c5cca6452da7b193427ea17583188f7a17df3b60'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue