Revert "Add prefixing and suffixing fuctionality to assemble module" (#16084)

This commit is contained in:
Brian Coca 2016-06-01 09:17:10 -04:00
commit 3387d557bc
2 changed files with 2 additions and 26 deletions

View file

@ -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'"